Chapter 3 Sessions in a dbase - cool stuff. I'm trying out the $GLOBALS array to get some things working without redundancy.

 

Importing the whole zip and population dbase is handy: LOAD DATA INFILE 'C:/xampp/tmp/free-zipcode-database-Primary.csv' INTO TABLE zip_codes FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' This was from: http://www.federalgovernmentzipcodes.us/

Toggle Sidebar