I beleive you can use output buffering to stop anything from being displayed
until the very last moment. Or you can code your page with tables. I know IE
wont' render a table until the last </table> (I beleive), so this could stop
your html from showing.

Or if there is going to be a long pause, you could make a intermediate page
that displays this will take minute. This page would have a meta refresh
that keeps refreshing itself checking the status of your job. Once the job
is complete on the next refresh it will notice the job is done and voila
display the results.

Andrew
----- Original Message -----
From: "Jeff Bluemel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 03, 2003 2:56 AM
Subject: [PHP] way to insert timer / pause?


> 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