"J2be" <info@nospamj2be.com> wrote in message
news:43c4e409$0$1066$4fafbaef@reader4.news.tin.it...
[snip]
> set_time_limit(yourlimit)
> http://www.php.net/set-time-limit
>
>
> or ini_set('max_execution_time',yourlimit);
> http://www.php.net/ini_set
>
>
> I hope that's what you need.