I'm not sure I totally understand... but...

to pause...  sleep(10);  i.e. 10 second pause Everything stops...  not just output

you can buffer everything and only output it when you want....

look at ob_start

But a warning...  your server or the clients might change the expexted behaviour.


Mike



*********** REPLY SEPARATOR  ***********

On 02/01/2003 at 7:56 PM Jeff Bluemel wrote:

>if there a command, or a way I can put say a 5 second, or a 10 second
>pause
>which will make it so it will output x amount of html, and then continue?
>or if I can pause it will it not display any of the html until the entire
>script has ran?
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php





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

Reply via email to