add execute time php code example
Example: add execute time php
ini_set('max_execution_time', 0); // unlimited
ini_set('max_execution_time', 120); // 120 (seconds) = 2 Minutes
ini_set('max_execution_time', 0); // unlimited
ini_set('max_execution_time', 120); // 120 (seconds) = 2 Minutes