php has a wait function? I didn't know that... But i get: Fatal error: Call to undefined function: wait()
I just want to delay some text from loading too quick. i am sure is can be done in java but i don't have any experience in it :s cheers, - Sebastian ----- Original Message ----- From: "Martin Towell" <[EMAIL PROTECTED]> | is this what you're after ? | | flush(); | wait(5); // I think wait() is in seconds.... | echo "blah"; | | -----Original Message----- | From: Sebastian [mailto:[EMAIL PROTECTED] | Sent: Friday, March 21, 2003 2:54 PM | To: php list | Subject: [PHP] echo | | | hello all, | | is it possible to delay an echo say by 5 seconds after the page loads? | | cheers, | - Sebastian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php