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.