Tag Archive for csv

CSV Output in PHP

Comma separated values (CSV) files are a really useful way of outputting data to display in spreadsheet programs such as MS Excel.  However, they can be a bit tricky to output and get all the headers output.  So, here’s a simple class to do it.

Read more