I red there’s a limit for a PHP script to be executed and I wanted to know if the timer of max_execution_time starts again from 0 if I find a way for the script to call itself with a parameter appended once finished execution. Is this possible?
Share
Simply do this at the top of the script:
Where
300 or any integer value is the number of seconds the script should be allowed to run forREMEMBER: It must be at the top of the script