> in my experience (IE5?) if there is data being "added" to the page, then
the
> browser will display what it can, and keep adding to it until the stream
> breaks or it finishes.

Only if the buffer has been flushed!

> one thing to note is that you wouldn't be able to do
> any tables because they don't display until the code all the way to the
end
> of the table is available.

tables are fine for buffered output. You just need to send a complete table
in each flushed output. In the original posters application he could use a
seperate table for each db call, then flush and they will display fine.

Regards

Jon

--
Jon Farmer
Systems Programmer, Entanet www.enta.net
Tel 01952 428969 Mob 07763 620378
PGP Key available, send email with subject: Send PGP Key






-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to