If your script is too complex to finish within the standard 30 seconds you can set a new value with the function:
set_time_limit(900);
this sets the timeout too 900 seconds / 15 minutes.
How to set the browser timeout in PHP
If your script is too complex to finish within the standard 30 seconds you can set a new value with the function:
set_time_limit(900);
this sets the timeout too 900 seconds / 15 minutes.