thank you. now we're talking, Works great :)

cheers,
- Sebastian

----- Original Message ----- 
From: "Martin Towell" <[EMAIL PROTECTED]>


| sorry - sleep(5);
| 
| -----Original Message-----
| From: Sebastian [mailto:[EMAIL PROTECTED]
| 
| 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]
| | 
| | 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

Reply via email to