faqts : Computers : Programming : Languages : PHP : Installation and Setup : Operating Systems : Windows

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

12 of 14 people (86%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

It's possible set the timeout for php scripts using IIS?

May 18th, 2000 08:56
Richard Heyes, Clemente Biondo,


Simply use set_time_limit(). The one argument is the time limit in 
seconds, eg. set_time_limit(20). Setting it to zero (eg. set_time_limit
(0) )will set no time limit.