Good day,

As it has been said, this is a function of the browser.

You can get around this by not using a large table to render your data.  You
could use one table per row, with all columns formatted with the same width.
You could also try to use <SPAN> containers to store the data, but in my
experience only IE supports the "width" style attribute of these.

You will also have to ensure that PHP is flushing the output as it displays
it.

And, you could also optimize your data structure so that the results are
returned quicker. =)

============================
Darren Gamble
Planner, Regional Services
Shaw Cablesystems GP
630 - 3rd Avenue SW
Calgary, Alberta, Canada
T2P 4L4
(403) 781-4948


-----Original Message-----
From: Bryan Gintz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 30, 2002 7:39 AM
To: PHP List
Subject: [PHP] Tables Loading Slow


Hi.
I have a large database query that returns anywhere from 10-30ish 
records.  The problem comes from loading them in tables.  With IE5 and 
Netscape 5 on windows, the results do not display until the last 
</table> tag is written.  Does anyone have any ideas on how to show the 
results as the come from the query?

Thanks.


-- 
PHP General 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]

-- 
PHP General 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