you can change the max execution time your allowed for your scripts to preform there action in your php.ini file. the current setting is 30 seconds, so that is why you are getting timed out in 30 seconds.
in your php.ini file (c:\wamp\apache\bin\php.ini) find:
max_execution_time = 30
change it to:
max_execution_time = 300
restart apache for the new setting to take effect. setting the max execution time to 300 will allow a max execution time of 5 minutes. that should give you plenty of time to finish your task. once you are finished, go back to the php.ini file and change it back to 30 and restart apache to make it take effect.
CyberSpatiumWAMP English Forum Admin
--------------------------------------
like my free support, help support me by checking out my website here:
www.AnyRingTone.net