Friday, September 22, 2006

How do I set the browsers timeout?

Question :
How do I set the browsers timeout?

Solution :
If your script is too complex to finish within the standard 30 seconds time limit you can set a new value using the function:

set_time_limit(600);

this sets the timeout too 600 seconds / 10 minutes.

No comments: