RE: [PHP] Last time Append line to text file

2002-04-29 Thread Miguel Cruz
On Mon, 29 Apr 2002, Ford, Mike [LSS] wrote: >> From: Miguel Cruz [mailto:[EMAIL PROTECTED]] >> >> This side effect is not mentioned at >> http://www.php.net/manual/en/language.operators.logical.php where it >> imples that the only difference is precedence. I'd say this is a bug >>

RE: [PHP] Last time Append line to text file

2002-04-29 Thread Ford, Mike [LSS]
> -Original Message- > From: Miguel Cruz [mailto:[EMAIL PROTECTED]] > Sent: 29 April 2002 05:34 > > On Sun, 28 Apr 2002, Richard Emery wrote: > > The answer is: > > $file_pointer = fopen('/public_html/emails.txt', "a") or exit; > > > > The " || " is a binary operation. You want "or",

RE: [PHP] Last time Append line to text file

2002-04-28 Thread Martin Towell
.logical.php where it imples that the only difference is precedence. I'd say this is a bug either in the manual or in PHP itself. miguel > - Original Message - > From: Rodrigo <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; 'Miguel Cruz' <[EMAIL

Re: [PHP] Last time Append line to text file

2002-04-28 Thread Miguel Cruz
precedence. I'd say this is a bug either in the manual or in PHP itself. miguel > - Original Message - > From: Rodrigo <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; 'Miguel Cruz' <[EMAIL PROTECTED]>; 'John > Holmes' <[EMAIL PROT

Re: [PHP] Last time Append line to text file

2002-04-28 Thread Richard Emery
gt;; 'Miguel Cruz' <[EMAIL PROTECTED]>; 'John Holmes' <[EMAIL PROTECTED]> Sent: Sunday, April 28, 2002 10:55 PM Subject: [PHP] Last time Append line to text file Ok, but I'm trying the following code wich is basicaly the same Miguel sent me and I still get the s

[PHP] Last time Append line to text file

2002-04-28 Thread Rodrigo
Ok, but I'm trying the following code wich is basicaly the same Miguel sent me and I still get the same message. Please excuseme for being so repetitive but Í don't seem to see where is the mistake, Sorry guys for the trouble. Warning: Supplied argument is not a valid File-Handle resource