Say I have a mysql database with the fields in a table being:
Name
Number
Address
If my .txt file was layout like this:
Code: Select all
Keveh, 456789, 13 House
Paul, 34567, 45 Flat
John, 12345, 10 ApartmentModerator: General Moderators
Code: Select all
Keveh, 456789, 13 House
Paul, 34567, 45 Flat
John, 12345, 10 Apartment