Forum Moderators: coopster

Message Too Old, No Replies

How to Search and replace words in list within TXT file?

         

toplisek

7:41 pm on Mar 21, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



How to Search and replace words in list within TXT with function as there will be many possible modification criteria. In other words functions...

dreamcatcher

8:52 am on Mar 22, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You`ll need to read the contents of the file line by line and omit the lines you don`t want. Then re-write the file back to the server. To read the file use something like file [uk.php.net].

For further info, check out the FileSystem Functions [uk.php.net]

dc