max execution time ini php code example
Example 1: max_execution_time php
ini_set ( 'max_execution_time', 1200); //1200 is time in secondss
Example 2: php max_execution_time
ini_set ( 'max_execution_time', -1); //unlimit
ini_set ( 'max_execution_time', 1200); //1200 is time in secondss
ini_set ( 'max_execution_time', -1); //unlimit