Time Out in Php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shinji
Forum Newbie
Posts: 2
Joined: Tue Aug 06, 2002 5:26 pm

Time Out in Php

Post by shinji »

:?:
They have had some experience in the error handling of Time Out in Php
User avatar
gite_ashish
Forum Contributor
Posts: 118
Joined: Sat Aug 31, 2002 11:38 am
Location: India

Post 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,
Post Reply