On Friday 03 January 2003 10:56 am, 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?

that depends on a few things.  output buffering (manual or automatic)
may block immediate output of text or HTML.

tables get displayed when the whole table has been received by the
browser. so you can't show parts of a table.  tables within tables
will get displayed only when the outermost table is complete.

there may also be quirks in browsers, proxies or servers that affect
this, but i don't know any details.

tiger

-- 
Gerald Timothy Quimpo  tiger*quimpo*org gquimpo*sni-inc.com tiger*sni*ph
Public Key: "gpg --keyserver pgp.mit.edu --recv-keys 672F4C78"
                   Veritas liberabit vos.
                   Doveryai no proveryai.

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

Reply via email to