use the function fgetcsv(), we can read csv file to an array.
is there a function or script to do the reverse?
write an array items to a csv file.
thanks!!!
Not that's bundled with PHP. You could write your own, however. You'd need to know how the file structure works, though.