![]() |
|
|
+ Search |
![]()
|
Jan 19th, 2002 04:43
Flim -, Mike Ciaccio,
This is because php is configured to stop after a maximum of 30 seconds and the program executed takes more time than that. You can fix this by using set_time_limit ($iSecondsToDelay); $iSecondsToDelay can be set to '0' to switch timelimit off. flim