In a message dated 24/03/2001 14:47:03 GMT Standard Time, [EMAIL PROTECTED] 
writes:

<< Is it possible using PHP to print a single line of text to a browser, 
 have a second or two delay and then print the next line, etc. etc.?
 
 Greg >>

Hi,

You can use the following commands:

sleep(seconds);
usleep(microseconds);

HTH
Ade

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to