PHP Classes / Create CSV

Generate CSV files from MySQL query results

Create CSV PHP Class

This is a very simple class that can be used to generate CSV files from MySQL query results. It can execute a MySQL database query and use the results to format the contents of a CSV file. The CSV file contents is returned as a string, so it can be served for download or stored in a server file.

Similar PHP Classes

Search in PHP Classes

Filter by tags