Fatal error: Maximum execution time
Posted: Sat Jun 05, 2010 1:29 am
try {}catch(){} is not working for this ....
i donot want to increase time of executtion ...
how to do this ....
i donot want to increase time of executtion ...
Code: Select all
if($Content = file_get_contents($url,FALSE,NULL,0,10) //if successfully get content in 10 seconds
{
run code ....
}
else if(time exceed by 10 second)then
{
run this code
}