This is a discussion on Reading files question within the PHP General forums, part of the PHP Programming Forums category; I have a file that has the 130 lines which follows the example below. <Option Value="146"&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have a file that has the 130 lines which follows the example below.
<Option Value="146">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 it has to do with the <,", or = in the line, so how would I read in the entire line. TIA |
|
|||
|
Beauford.2005 <beauford.2005@rogers.com> wrote:
> I have a file that has the 130 lines which follows the example below. > > <Option Value="146">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 it has to do with the <,", or = in the line, so how would I > read in the entire line. hmm, are you printing the results of fgets to the browser? If you are check the source, the browswer wont display the stuff between <> or use htmlentities on the string before printing it. Curt -- |
![]() |
| Thread Tools | |
| Display Modes | |
|
|