Timezone

hey im writing a page that does the timezones for 5:00 around the world and i found this template the only thing is it didnt include the timezone.php file :frowning: the js is loading this [font=monospace][size=medium]new Ajax(‘timezone.php?tz=’+String(timezone),{onComplete:tzCLB, method: ‘get’}).request();[/size][/font]

[font=monospace, arial, helvetica, sans-serif][/size][size=medium]what it does is retrieves a list of countries from that file i think. How and what would i need to do to make a timezone.php that would get the countries. Thanks[/size][size=medium][/font]

You need to create a database or file where you will store timezone-country associations… And have your script timezone.php return countries list for given timezone.

Sponsor our Newsletter | Privacy Policy | Terms of Service