PHP Limits the maximum execution time – PHP April 11, 2011 Pramod T P Leave a comment <?php set_time_limit(2); // // If the value is "0" , it will rum for unknown time ?>