PHP insert to CSV
PHP insert to CSV
Out of context: Reply #4
- Started
- Last post
- 8 Responses
- Nairn0
CSV is fundamentally just a text file, so you can certainly 'add' to it, but as maxi_ says, it would be hard to insert 'in' to it.
I guess it depends on how big your csv file will ultimately be and how neat you'd like your database to be structured.