CSVimporter PHP Class
Submitted by mattman on Mon, 01/30/2012 - 21:09
This PHP class will take the data from a csv file and import it into a MySQL table. It is very useful if you have data that you manage/modify in a spreadsheet program like Excel and need to import the data into a MySQL database table. The class will allow you to specify field names manually, or use field names from the csv file in the first row. This .zip package includes an example.php file that shows how to use the class.
Attached Files:
| Attachment | Size |
|---|---|
| 3.26 KB |

