I know it is possible to set the maximum execution time in a script using either:
ini_set(\'max_execution_time\', 30);
or
set_t
There are some inaccurate points in the comments. So to clarify:
set_time_limit(30)
ini_set('max_execution_time', 30);
ini_get('max_execution_time')
set_time_limit
ini_set