Hello Matt,

Nac> I am using the mail function and everything seems to be working correctly as far 
as the mail
Nac> being sent of; however, I always get the following error:
Nac> Fatal error: Maximum execution time of 30 seconds exceeded in ...

Your script run more then 30 seconds. This is maximum execution time
by default. Try to add this line at the beginning of the script:
set_time_limit(60); // or 0 for no limit

Nac> Can anyone offer any suggestions?

Nac> Matt


-- 
Best regards,
 Ruslan Ohitin
 mailto:[EMAIL PROTECTED]



-- 
PHP Windows 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]

Reply via email to