I have a script which is required more than 5 minutes to execute.
In the php.ini, I modified the max_execution_time to 600 seconds (10 minutes). However, the program will prompt "Time out" error after around 5 minutes.
Also, I tried to use "ini_set(max_execution_time, 600);", it is still failed.
The platform is IIS 5 and PHP 4.3.2
Please help.
Thanks your help in advance.