RE: [PHP] Append a line to a Text File

2002-04-28 Thread John Holmes
How about you send us your code, because you're the one doing something wrong. "a" is what you want, if it's not working, then there is an error in your code or logic. ---John Holmes... > -Original Message- > From: Rodrigo [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 28, 2002 7:50 P

Re: [PHP] Append a line to a Text File

2002-04-28 Thread Miguel Cruz
On Sun, 28 Apr 2002, Rodrigo wrote: > I still need to know how to do it, since the "a+" or the "a" give me > problems... What kind of problems? Do you get an error message that you can paste into a message for us to see? Does the file get corrupted in some specific way that you can describe? Does

Re: [PHP] Append a line to a text file

2002-04-28 Thread Miguel Cruz
On Sun, 28 Apr 2002, Rodrigo wrote: > I need to add a email to the text file that is already written, but I > get the file writen over , so I always get only the last email send by > the form. > > What I need is a form that get the e-mail and it writes the email at the > end of a text file. www