View Single Post
Old 12-13-2007, 08:17 PM   #1 (permalink)
webosb
The Contributor
 
webosb's Avatar
 
Join Date: Nov 2007
Posts: 35
Thanks: 21
webosb is on a distinguished road
Default Need help editing/saving text files

I'm trying to be able to save to a text file

say if my text file contained:

define("NAMEOFAPP", "SOME APP");
define("KEYWORDS", "Keyword,Stuff,Etc");
define("DESCRIPT", "This is my description.");
define("SOMETEXT", "Blah Blah Blah");

I want to know how I can save over these. Not sure how to do this as I only know how to read, write, and append to text files.
__________________
one outstanding employee does more and costs less than two adequate performers.
webosb is offline  
Reply With Quote