03-18-2008, 04:47 PM
|
#3 (permalink)
|
|
The Frequenter
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
|
Quote:
Originally Posted by freenity
PHP Code:
set_time_limit(0);
executing this function at the beginning of this script will set the execution time limit to unlimited, so it won't stop the execution.
|
Thus you can also set your own integer? :) In seconds I assume.
__________________
"Life is a bitch, take that bitch on a ride"
|
|
|