They have had some experience in the error handling of Time Out in Php
Time Out in Php
Moderator: General Moderators
Time Out in Php
They have had some experience in the error handling of Time Out in Php
- gite_ashish
- Forum Contributor
- Posts: 118
- Joined: Sat Aug 31, 2002 11:38 am
- Location: India
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.
http://www.php.net/manual/en/function.s ... limit.html
2. Server level: You can set max_execution_time variable in php.ini file.
http://www.php.net/manual/en/configurat ... ution-time
regards,
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.
2. Server level: You can set max_execution_time variable in php.ini file.
regards,