Timezone List in MySQL
- By bkuhl
- 4 December, 2009
- No Comments
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
- By bkuhl
- 4 December, 2009
- No Comments
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 →
Copyright © 2013