I have a rather complex script that does some maintenance to a product database containing somewhere in the vicinity of 1,000 products. Unforunately when I try to execute the script it gives me "Maximum execution time of 30 seconds exceeded"
Is there a way to fix this so it still does all of its functions in one execution without timing out. Or, is there a way to tell PHP to have a longer timeout then 30 seconds to allow for this script?
Any suggestions would be appreciated!