Hi I am having an issue with a script in PHP,
It’s basically only ever running at most 2 millions mysql queries so it takes a while to complete but before it can complete, the page keeps showing internal server error.
I have already included:
ini_set('max_execution_time', 0);
so this leads me to beleive it’s not the PHP causing it…
Thanks in advance.
I resolved my issue by just creating a seperate table with the instructions on what to add so it gets added by an hourly cron job.