I have a file with zipcode information
zipcode city state
74557 abelie TX
It is in this format for all zipcodes ... the top 3 colums are zipcode , city , state
then the rows are the information
Ive created a table in mysql called zipcodes , with 3 colums , zipcode , city , state
just as the data in the file is arranged
When i click "insert data from textfile" in phpmy admin , its placing all of the data into the first colum "zipcode" then cutting all the rest of it off
is their a simplier way to do this , please note that i DO NOT have access to a command console for mysql.
Im just trying to create a table from the zipcode data .. help please