Note Submitter:
Reason: useless
----
To anyone questioning flushing to IE...
IE does NOT render tables until all the tabular data is
completely downloaded. In other words, even if you flush
the data, until IE sees a </table>, it won't even
attempt to show you that table.
Flushing IS working, however. If you do a view source in IE
while the table is loading, you'll see all the table code.
Firefox and most other browsers render the table while it's
downloaded, but risk having to re-render it later if the
structure changes.
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|