> Vincent
>
>
> -Original Message-
> From: Mukul Sabharwal
> [mailto:[EMAIL PROTECTED]]
> Sent: donderdag 16 augustus 2001 13:57
> To: Vincent; [EMAIL PROTECTED]
> Subject: Re: [PHP] script execution stops after
> mail()
>
>
> Hi,
>
> Well the PHP
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
2 matches
Mail list logo