Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

add execute time php

ini_set('max_execution_time', 0); // unlimited
ini_set('max_execution_time', 120); // 120 (seconds) = 2 Minutes
Source by www.codewall.co.uk #
 
PREVIOUS NEXT
Tagged: #add #execute #time #php
ADD COMMENT
Topic
Name
9+2 =