Saturday, 3 March 2012

How can I load data from a text file into a table? | PHP

you can use LOAD DATA INFILE file_name; syntax to load data from a text file. but you have to make sure that
a) data is delimited
b) columns and data matched correctly