Hi..
I have a script which is rather complex.... it gets members from a DB and performs calculations on each one... around 200 times each. This obviously takes a long time - but its causing the script to time out. I've change PHP.ini to allow it - but my client also gets the following message:
CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
The calculation performs the calculations and using the BiffWriter (Excel creator) it makes an excel spreadsheet with all the data.
Is there any way of stopping the script timing out? I've never seen the CGI error message before.
Thanks for any advice....