Page 1 of 1

Fatal error: Maximum execution time of 30 seconds exceeded-?

Posted: Thu Apr 09, 2009 3:48 am
by anaspk
i vant to copy a whole column with sum alteration to an other column my records are more than 12,000 all is working well for 1000 record after it dispaly and error:

Fatal error: Maximum execution time of 30 seconds exceeded in D:\wamp\www\Reg\12or.php on line 19
who can i change the execution time i m using wamp 1.57

Re: Fatal error: Maximum execution time of 30 seconds exceeded-?

Posted: Thu Apr 09, 2009 5:49 am
by Darkzaelus
either in the php script (example time of 120 seconds):

Code: Select all

ini_set('max_execution_time', 120);
or changing max_execution_time in php.ini.

Cheers,


Darkzaelus