Import a Comma Delimited File Into MySql with a PHP Script

This article will show you how to import a comma delimited (or delimited with another character like tab) text file into a MySql database using PHP: Reading a Delimited File using PHP.

On a similar note, here is a pre-made script that its author says will import a CSV file into MySql: PHP script to import csv data into mysql.

To learn more about PHP, there are great articles and resources at PHP.net.

Leave a Reply