Recent content by Graceful Fall

  1. G

    How can I use php to edit a specified field in a csv file?

    I have some data stored in a csv file, and I have a script that will go through and check some of the data, and when applicable change a field. What I cannot seem to figure out is how is the "while" loop I can write to the file. I can display it by echo $data(13); gives me what is in column 13...
Back
Top