Re: [PHP] Reading files question

2003-07-17 Thread Curt Zirzow
Beauford.2005 <[EMAIL PROTECTED]> wrote: > I have a file that has the 130 lines which follows the example below. > > Barnaby > > What I need to do is read this file, remove one line, add another line, > and then resave it. I have tried the different fget functions etc. to > read the file, but all

[PHP] Reading files question

2003-07-17 Thread Beauford.2005
I have a file that has the 130 lines which follows the example below. Barnaby What I need to do is read this file, remove one line, add another line, and then resave it. I have tried the different fget functions etc. to read the file, but all I get is the name part and nothing else. I am assuming