php timing out during processing - need more time

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
grindhead
Forum Newbie
Posts: 1
Joined: Wed Feb 16, 2005 6:23 pm

php timing out during processing - need more time

Post by grindhead »

hey folks

just trying to get a few calculations going on the WAMP server package (mySQL, Apache, PHP 5) but having a little problem with the program timing out after 30 seconds. This is giving me a Fatal error. how can i overwrite/modify this to allow me more time for the calculations.

thanks! :?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

set_time_limit()
Post Reply