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
Fatal error: Maximum execution time of 30 seconds exceeded-?
Moderator: General Moderators
-
Darkzaelus
- Forum Commoner
- Posts: 94
- Joined: Tue Sep 09, 2008 7:02 am
Re: Fatal error: Maximum execution time of 30 seconds exceeded-?
either in the php script (example time of 120 seconds):
or changing max_execution_time in php.ini.
Cheers,
Darkzaelus
Code: Select all
ini_set('max_execution_time', 120);Cheers,
Darkzaelus