Re: [PHP] script execution stops after mail()

2001-08-16 Thread Mukul Sabharwal
Hi, Well the PHP script is timing out after it executes a no. of (or all the mail() commands). So what you got todo is either set the PHP's timeout limit to 0 or infinite. set_time_limit(0); Or you could invoke another program in the background disconnect PHP (terminal) from it, and voila. But

RE: [PHP] script execution stops after mail()

2001-08-16 Thread Mukul Sabharwal
]] Sent: donderdag 16 augustus 2001 13:57 To: Vincent; [EMAIL PROTECTED] Subject: Re: [PHP] script execution stops after mail() Hi, Well the PHP script is timing out after it executes a no. of (or all the mail() commands). So what you got todo is either set the PHP's timeout limit to 0