Re: [PHP-DB] Performance boosting

2001-10-03 Thread John Lim
You need to break up your web page into several independant html tables, not nested tables. Each independant table will be rendered progressively as it downloads. That's the effect you are seeing. -John "Ricky Theil" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]..

RE: [PHP-DB] Performance boosting

2001-10-03 Thread Ricky Theil
There is a certain amount of the script that the browser can display before the script is done loading. I'm not sure exactly how much that is, but I've seen this before. I wrote a script that pulls info out of a mssql DB, and it shows the top part of my script while pulling DB info. It's becaus