It's 10 seconds on my server, and that's not enough for what I'm trying to do. It's been disabled by the webhost too.
If, after a certain amount of time of executing, I execute a separate PHP page, does that count towards the same time or does it start over on that page?
Is there another way around it?
Easy way around max execution time is to set time limit like so:
set_time_limit(0);
A possible workaround might involve setting cron jobs to do your task in smaller parts. I appreciate this is probably quite undesirable.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With