Page 1 of 1

Time Out in Php

Posted: Mon Sep 02, 2002 8:39 am
by shinji
:?:
They have had some experience in the error handling of Time Out in Php

Posted: Mon Sep 02, 2002 9:06 am
by gite_ashish
hi,

dear friend what u r looking for exactly ? could you further write in detail...

if i get u correctly...,
your php script is getting time out error and you are looking for ways to increase ths time out time.

1. Script level: You can use set_time_limit() in each php script.
:idea: http://www.php.net/manual/en/function.s ... limit.html

2. Server level: You can set max_execution_time variable in php.ini file.
:idea: http://www.php.net/manual/en/configurat ... ution-time


regards,