Processing a second time after first process?

See all posts See thread Reply

Re: Processing a second time after first process? new!
by colin, 14 years, 2 months 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.iniReply