AlbertAguirre
Programmer
I wrote an online application that displays a large amount of data.
The problem is that with IE the page takes alot longer to display than on Firefox.
IE buffers the output until it is complete, then disaplays.
FF displays as it retrieves data.
How can I make IE behave like FF and display data as it is retrieved from the database?
- I am using PHP / apache
- I shut off buffering in PHP
The problem is that with IE the page takes alot longer to display than on Firefox.
IE buffers the output until it is complete, then disaplays.
FF displays as it retrieves data.
How can I make IE behave like FF and display data as it is retrieved from the database?
- I am using PHP / apache
- I shut off buffering in PHP