While i am running the curl data values are grabbed but not completely, it is getting an error
as below.
Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\projectname\includes\simple_html_dom.php on line 70
I tried this but no use.I want to increase the maximum execution time
ini_set(“memory_limit”,”34M”);
If any one help this will be appreciated.
take a look here http://php.net/manual/en/function.set-time-limit.php
what you’re looking for is
set_time_limit(0);