I have a MySQL SELECT that returns over 71,000 records and each record has 41 columns.

I try to return the results in a simple no-fluff html table generated by PHP. However, Internet Explorer 6.0 repeatly freezes with the "No Response" message.

Is this possible to return this many records to a browser?

I have also tried using the built in PHP Output Control methods and that has not helped and I continue to freeze Internet Explorer 6.0...

Suggestions or thoughts are greatly appreciated.

    About two years ago I hit this same deal - basically IE would render the page but took about 5 minutes to do it, then everytime you scroll - SssssLooowwwwww. I wrote the table out to a html file to make sure it worked, it does work. Don't open in Dreamweaver - honestly, believe me.

      to manage the 'no response' problem:

      [man]flush()[/man] as you write the records

        Write a Reply...