Or just adding this to the top of the page that is taking forever to
process:
set_time_limit(60); // 60 seconds before timeout, change to more if you want
to
This way you donīt have to change the time limit for all of the pages.
// Tobias Talltorp
> Are you doing a bulk mail out or something like that?
> Your script is timing out. The max_execution_time can be changed in
> php.ini
>
> Mick
>
> On Thu, 12 Apr 2001, Jude Sanglitan wrote:
>
> > Oops! How can I prevent this?
> >
> > Fatal error: Maximum execution time of 30 seconds exceeded in
> > C:\Inetpub\wwwroot\TFC Survey Form\mailform.php on line 17
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]