I'm creating a PHP script that interacts with the customer, slightly like Pandora Bot and Eliza. I want a time delay before "hello world" is printed to make it appear as if the computer is thinking/typing.
Any ideas would be great!
if ($response == ''){
//time delay goes here
print "hello world";
}
Thanks
Mark
Any ideas would be great!
if ($response == ''){
//time delay goes here
print "hello world";
}
Thanks
Mark