Forum Moderators: open

Message Too Old, No Replies

Server Timeout in PHP

PHP code

         

T Suresh Babu

2:03 pm on Mar 15, 2002 (gmt 0)

10+ Year Member



How to set the server time out for php pages.

David

2:50 pm on Mar 15, 2002 (gmt 0)

10+ Year Member



Hi T_S_B

If you can change the php time out it would be in the php.ini. But more then likley it would be the server config.

The couple of places I looked for your question on "timeouts", Both books chalenge you to go back and look at your code. Usually a problem with a loop getting stuck.

The defaults have always worked for my projects. Maybe someone else can jump in that has had to make adjustments.

T Suresh Babu

2:54 pm on Mar 15, 2002 (gmt 0)

10+ Year Member



Thanx David,

I will refer the php.ini and server settings.