Inconsistencies between Netscape and IE
Hi Again;
I have been testing a transfer script that takes data from a csv file and inserts into a MySQL database.
In an attempt to follow what id's of the records that are being inserted into their respective tables, I have been "echo"ing the id numbers, names etc of the fields.
Because there is a large number of records, I have been adding the PHP function flush() after the echo statements to force it to the browser right away.
This "flush"ing works great on Netscape and other Mozilla based browsers, but on IE it doesn’t seem to do anything at all.
Any thoughts??
Uriel

0 COMMENTS