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

Graceful Fall

New member
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 on that row, but I'm not sure how to save new data to that space. I "think" fputcsv will work but the usage eludes me.
 
Back
Top