Greetings Everyone !
i Was Searching For a Time Zone DataBase on Google with this Keywords :Country Time Zone Free SQL Download
And made it here ! :D
i already had a Country Database Powered by IP2Nation.Com
but i will change it soon as i finally found a FREE Database Including City's as well !!!! :D (Yours)
Between ..
it will be great if you could Support continents and ISP s also
okay lets start the thing regarding the Timezone lol
i cant understand the this script...
SELECT tzd.gmtoff, tzd.isdst, tz.name
FROM `timezones_data` tzd
JOIN `timezones` tz ON tz.id = tzd.timezone
WHERE tzd.timezone = (
SELECT `timezone`
FROM `fips_regions`
WHERE `country_code` = 'CA'
AND `code` = '10' )
AND tzd.start < UNIX_TIMESTAMP( now( ) )
ORDER BY tzd.start DESC
LIMIT 1
could someone please offer me a script with the database login etc
the script isnt telling me much :|
Between .. Marc could you please enable the bbcodes and avatars
