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

The MySQL provides a LOAD DATA INFILE command. You can load data from a file.
Great tool but you need to make sure that:
a) Data must be delimited
b) Data fields must match table columns correctly

0 comments:

Post a Comment

Blogger news