[SOLVED] - Maximum execution time of 30 seconds exceeded
Posted: Sat Mar 12, 2005 8:02 am
There is the html file that Im loading :
But it very often (98%) shows the error :
Fatal error: Maximum execution time of 30 seconds exceeded in C:\xxx\xxx.php on line nn
This is probably because of my slow net connection (64kbps) - I've to try it on my host.
But is there a better alternative ? Do most web hosts set their max execution time to 30s or it'll be real fast to load this ?
Thanks
Code: Select all
$lines=file("somwhere.com/somepage.html");Fatal error: Maximum execution time of 30 seconds exceeded in C:\xxx\xxx.php on line nn
This is probably because of my slow net connection (64kbps) - I've to try it on my host.
But is there a better alternative ? Do most web hosts set their max execution time to 30s or it'll be real fast to load this ?
Thanks