state

Populating the Regions, Divisions and States MySQL Tables

The relationships between states, divisions and regions are simple but need to be setup properly from the start. Here we’ll walk though the setup.

Read the full article →

US Census Data as a MySQL Database Playground

Somehow I ended up at the 1990 US census and I realized what a valuable data resource it is! All kinds of data that I can use to make a well structured MySQL playground to test new scripts and ideas on.

Read the full article →

PHP State Drop Down Menu – Reusable Code!

Drop down or select menu’s are a common form item that is used frequently in the CMS’, registration forms and lead forms I build. In this entry I’ve explored the way I find to most effectively display frequently used drop downs: US states, months and days of the week.

Read the full article →