I have a PHP script that initially generates a page for the user to confirm they want to load a MySQL database from a CSV file previously uploaded to the server. If they say OK the PHP script then re-executes, but this time it loads the database from the CSV file and finally outputs a confirmation page containing any errors that arose from the CSV file being invalid.
If the CSV file is small this works fine and takes about 10 seconds. If the CSV file is large it takes about 3 minutes and the confirmation page is not displayed - instead you get a page not found error in IE or Netscape etc. The script definitely completes execution because I have logged it to the database and I have taken the PHP time limit off for this particular run of the script so why is my page not displaying.
Any ideas. The job is running on Linux/PHP4/MySQL 3.23 on a Cobalt RAQ 3 server if that is of any help.
Any advice would be appreciated,
Thanks in advance,
chrber