Re: [PHP] Problem with script halting

2004-04-05 Thread David Robley
post, I get 6 different spam emails within > several minutes of posting!) > - Original Message - > From: "John Holmes" <[EMAIL PROTECTED]> > To: "Nathan Croker" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Sunday, April 0

Re: [PHP] Problem with script halting

2004-04-04 Thread Jason Wong
On Sunday 04 April 2004 23:38, Nathan Croker wrote: > Can anyone tell me why the following line of code halts my entire script > (anything after it is not processed). > > ftp_chmod($conn, 0777, $to); > > All other ftp commands in the script work perfectly. I've tried replacing > '0777' with 777, 17

Re: [PHP] Problem with script halting

2004-04-04 Thread Nathan Croker
: "John Holmes" <[EMAIL PROTECTED]> To: "Nathan Croker" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, April 04, 2004 5:12 PM Subject: Re: [PHP] Problem with script halting > Nathan Croker wrote: > > > Can anyone tell me why the following

Re: [PHP] Problem with script halting

2004-04-04 Thread John Holmes
Nathan Croker wrote: Can anyone tell me why the following line of code halts my entire script (anything after it is not processed). ftp_chmod($conn, 0777, $to); All other ftp commands in the script work perfectly. I've tried replacing '0777' with 777, 1777, in and out of "s, but it still halts th

[PHP] Problem with script halting

2004-04-04 Thread Nathan Croker
Can anyone tell me why the following line of code halts my entire script (anything after it is not processed). ftp_chmod($conn, 0777, $to); All other ftp commands in the script work perfectly. I've tried replacing '0777' with 777, 1777, in and out of "s, but it still halts the script, there is no