Reply
Timezones Database for World Most Well-Known Cities with LATITUDE and LONGITUDE
Old 03-29-2007, 01:57 PM Timezones Database for World Most Well-Known Cities with LATITUDE and LONGITUDE
Extreme Talker

iTrader Rating: 0 (View)
Posts: 220
Name: Baris
Timezones Database for World Most Well-Known Cities with LATITUDE and LONGITUDE

Description:


The main purpose is listing timezones with latitude and longitude for the most well-known world cities, but you'll find also some extra fields also, they're bonus from me

Fields:

1) ID
2) CAT
3) CITY NAME
4) STANDART TIMEZONE
5) DAYLIGHT SAVING TIME
6) CURRENT TIMEZONE OFFSET
7) TIMEZONE ABBREVIATION
8) COUNTRYCODE
9) AREACODE
10) LATITUDE
11) LONGITUDE

The bonus fields are DAYLIGHT SAVING TIME, CURRENT TIMEZONE OFFSET, TIMEZONE ABBREVIATION, COUNTRYCODE AND AREACODE

Structure:
PHP Code:
CREATE TABLE `site_data` (
  `
idbigint(20NOT NULL auto_increment,
  `
catvarchar(50NOT NULL default '',
  `
citynamevarchar(255character set utf8 collate utf8 NOT NULL default '',
  `
standarttimezonetext character set utf8 collate utf8,
  `
dailylightsavingtimetext character set utf8 collate utf8,
  `
currenttimezoneoffsettext character set utf8 collate utf8,
  `
timezoneabbreviationtext character set utf8 collate utf8,
  `
countrycodetext character set utf8 collate utf8,
  `
areacodetext character set utf8 collate utf8,
  `
latitudetext character set utf8 collate utf8,
  `
longitudetext character set utf8 collate utf8,
  
PRIMARY KEY  (`id`),
  
KEY `cat_index` (`cat`)
ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1238 
Total records: 1.238

Price: 39$

Regards
__________________
UK Databases - US Databases
All Databases
gtithesexy is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Reply     « Reply to Timezones Database for World Most Well-Known Cities with LATITUDE and LONGITUDE
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.10527 seconds with 12 queries