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]
- [PHP] Delaying Printed Output Greg Scott
- Re: [PHP] Delaying Printed Output KPortsmout
- Re: [PHP] Delaying Printed Output Philip Olson
- Re: [PHP] Delaying Printed Output Greg Scott
- RE: [PHP] Delaying Printed Output Jack Dempsey
- Re: [PHP] Delaying Printed Output CC Zona
- Re: [PHP] Delaying Printed Output Greg Scott
- Re: [PHP] Delaying Printed Output CC Zona
- RE: [PHP] Delaying Printed Output Andrew Braund
- Re: [PHP] Delaying Printed Output Kelly Corkill
- RE: [PHP] Delaying Printed Output Jeff Oien
- Re: [PHP] Delaying Printed Output Greg Scott