That's not completely true... 

-----Original Message-----
From: Jason Barnett
To: [EMAIL PROTECTED]
Sent: 27-5-2004 20:59
Subject: Re: [PHP-WIN] Output Control

When PHP is used to serve pages it won't output anything until it is 
completely finished with execution.  If you're trying to show 10 numbers

with a one second delay you'd probably need to use refresh tags and a 
hidden field (or sessions) to loop back to the same page with each 
"second".  I.e.

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to