How does one go about storing a large chunk of data into a text file?
The file now is formated something like:
thedata="[datagoeshere]";
somethingelse="ok"
yetanother="fine"
enoughexample="yes"
The problem I am running into is when there are returns and quotes in the data.
mySQL isn't an option here.