Quote:
|
You can still use the text file.How is your data stored in it ?
|
There are two columns, one for the zip, the second for the city. I'm not sure how to upload a text file into a MySQL database table.
Quote:
|
To have zip codes as a lookup, they will need to be in their own table.
|
Do you mean as the only field, or can there be related fields, such as the city associated with the zip?