php-general | 2001092
Date: 09/27/01
- Next message: Jason Brooke: "[PHP] Re: Optimizing a Table with PHP"
- Previous message: * R&zE:: "Re: [PHP] buffers..."
- In reply to: Marco Fioretti: "[PHP] History of PHP"
- Next in thread: Maxim Maletsky \(PHPBeginner.com\): "RE: [PHP] History of PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Flush() is the right call, but please note (from the manual):
--------------
Note: flush() has no effect on the buffering scheme of your webserver or the
browser on the client side.
Several servers, especially on Win32, will still buffer the output from your
script until it terminates before transmitting the results to the browser.
Even the browser may buffer its input before displaying it. Netscape, for
example, buffers text until it receives an end-of-line or the beginning of a
tag, and it won't render tables until the </table> tag of the outermost
table is seen.
---------------
Mark C.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jason Brooke: "[PHP] Re: Optimizing a Table with PHP"
- Previous message: * R&zE:: "Re: [PHP] buffers..."
- In reply to: Marco Fioretti: "[PHP] History of PHP"
- Next in thread: Maxim Maletsky \(PHPBeginner.com\): "RE: [PHP] History of PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

