import excel

How to Import CSV File into MySQL Database using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to import data from .csv file or CSV into MySQL database using PHP/MySQLi. CSV stands for Comma-separated Values which is a simple file format used to store tabular data such as database. As the name suggested, the data in this files are separated by commas and most of the time came from excel spreadsheets.