Timezone List in MySQL

Below you can find a list of all timezones and their offsets. CREATE TABLE IF NOT EXISTS `time_zone` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(128) NOT NULL DEFAULT ”, … Continue Reading →


Country List in MySQL

Below you’ll find a list of all the countries in the world. Useful for utilizing them on your web site. CREATE TABLE IF NOT EXISTS `country` ( `id` int(11) NOT … Continue Reading →