Howto write an array to a file
Posted: Mon Dec 02, 2002 2:05 pm
What is the best way to write an array to a text/html file ?
I've written a short script, which loads an html file into an array, runs through it removing all <something> tags and now need to save it as a different file.
Should I use fopen, tempnam or ?
Soren O'Neill
I've written a short script, which loads an html file into an array, runs through it removing all <something> tags and now need to save it as a different file.
Should I use fopen, tempnam or ?
Soren O'Neill