Step #5 - Creating the ZIP code databaseThis tutorial refers to a MySQL table named
zipcodes. The easiest way to
create the zipcodes table in our MySQL database is to execute a prepackaged SQL query. If you have
PhpMyAdmin installed, you can simply navigate to your database of choice and
then eqecute the SQL query below. A zipcodes table will created in your database.
The data for our ZIP code database is in a Comma Separated Value (CSV) file format. The best way to add the data in this file to our table is to run PhpMyAdmin and perform the following steps.
To Step #6 - Querying the ZIP Code Database |