Tag: CSV

Home » Posts Tagged "CSV"

Import CSV data file into MySQL using PHP

CSV files are known as comma separated values. It is one of the most preferred data storage methods. PHP supports various data formats like csv, json etc. and provides functions to handle such data formats. We can parse and store csv records in database using core PHP. Steps to import data from CSV data file…

Read More