I am having a script in PHP that gives the Fatal Error as :
Fatal error: Maximum execution time of 30 sec exceeded ........
I then applied the PHP function set_time_limit and tried to overwrite the execution time (from 30 sec to 120 sec) . Now it simply tries to excute the script for about 4-5 mins and then displays the standard error page of IE as :
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
[Basically now it is not even giving me any error or warning from PHP script ]
Now I fail to understand how do I run this script.
Please help. Thanks in advance !!!