Hi Melanie, > The script now works but now it times out with the error > Fatal error: Maximum execution time of 30 seconds exceeded in > f:\inetpub\wwwroot\books\testmail.php on line 15 > I guess this is down to my ISP being slow to respond. Any idea > how I extend this time ?
There are two ways of doing it: - change the max_execution_time directive in your php.ini or set it in an .htaccess file - use ini_set() to set max_execution_time at the start of the script (see http://www.php.net/ini-set) Cheers Jon ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
