Increase the time limit: set_time_limit($seconds) php.net/set_time_limit If the delay is too long for the user to reasonably wait, add the job to a queue and use a scheduled task (cron job) to run a php script periodically to action uploads.
Increase the time limit: set_time_limit($seconds); php.net/set_time_limit If the delay is too long for the user to reasonably wait, add the job to a queue and use a scheduled task (cron job) to run a php script periodically to action uploads.
I suppose I could use set_time_limit(0)...? – Mathias Bak Jul 18 at 21:44 I updated my answer – adam Jul 19 at 8:53 Thank you, I guess thats the way to go then. – Mathias Bak Jul 19 at 22:09.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.