How can i let script which has a big execution time to work until finish by own result not the following result:
CGI Timeout The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
If you have control over the installation of PHP increase the time out.
max_execution_time = 120
http://www.php.net/manual/en/configuration.php#ini.max-execution-time
If not you can try to use
set_time_limit()
http://www.php.net/manual/en/function.set-time-limit.php
i did it.but the problem i think from the IIS