This is a very simple class for constructing basic comma-separated value (CSV) files in PHP. The export method forces the correct headers to initiate a file download. More information can be had in the PHP documentation.
This is a very simple class for constructing basic comma-separated value (CSV) files in PHP. The export method forces the correct headers to initiate a file download. More information can be had in the PHP documentation.
Pingback: Blog Marchio Digitale » Esportare dati in CSV con PHP
Hi, I’ve made an improvement of your CSV class at my blog. Take a look here: http://blog.marchiodigitale.net/esportare-dati-in-csv-con-php/
Hope this help improve this simple and fantastic PHP class!
Thank you, it’s working for me!