PHP/Utility Function/set time limit
void set_time_limit ( int seconds ) sets how long a script should be allowed to execute.
<source lang="html4strict">
<?
set_time_limit(30);
?>
</source>
<source lang="html4strict">
<?
set_time_limit(30);
?>
</source>