Reply to Re: Processing a second time after first process?
Re: Processing a second time after first process? new!
# Reply
by colin, 15 years ago
You need to increase the maximum execution time of your script. You can use the PHP function set_time_limit() or change max_execution_time value defined in the php.ini
