A simple PHP script to import CSV data into MySQL database.
PHP 5.5+
MySQL
Apache2
phpMyAdmin
Clone or download zip to your machine.
- Create a database with name: classes and import classes.sql file in mysql
- Change the credentials in db_config.php file.
$db_host = ''; // localhost
$db_user = ''; // mysql username
$db_password = ''; // mysql password
$db_name = ''; // mysql database name
http://localhost/phpcsvimporter