Re: [PHP] Countries and Timezones

2008-12-02 Thread Per Jessen
franzemmanuel wrote: > Hi everybody, > > For those who are interested in Countries and timezones. > > I needed to have the list of all the countries in the world and the > timezones by country without redundancy. > Couldn't you just have use the timezone info from mysql? /Per Jessen, Zürich

RE: [PHP] Countries, cities, states database

2003-12-18 Thread Thomas Svenson
Hi Chris, Chris Shiflett wrote: > I like GeoIP: > > http://www.maxmind.com/ I'm in the search for something similar. Took a look at that site and it seems they want cash for everything. Is there any free resources available. It's of course possible to find the info on www.ansi.org and other inte

Re: [PHP] Countries, cities, states database

2003-12-18 Thread Chris Shiflett
--- Augusto Cesar Castoldi <[EMAIL PROTECTED]> wrote: > I searching for a database, with the 'complete' world > Countries, cities, states I like GeoIP: http://www.maxmind.com/ Hope that helps. Chris = Chris Shiflett - http://shiflett.org/ PHP Security Handbook Coming mid-2004 HTTP De

Re: [PHP] countries,states and cities

2003-09-09 Thread Kevin Stone
"Chris W. Parker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Augusto Cesar Castoldi on Monday, September 08, 2003 4:16 PM said: > where can I download a database with all countries and > states and cities? I don't know but I would also be intereste

RE: [PHP] countries,states and cities

2003-09-09 Thread Chris Shiflett
> where can I download a database with all countries and > states and cities? http://www.maxmind.com/ That's a good open source one with APIs for just about everything, including an Apache module that you can use for real-time queries even under significant load. Hope that helps. Chris = B

RE: [PHP] countries,states and cities

2003-09-09 Thread Chris W. Parker
Augusto Cesar Castoldi on Monday, September 08, 2003 4:16 PM said: > where can I download a database with all countries and > states and cities? I don't know but I would also be interested in this!! > like: > http://www.datingplace.com/servlet/NewRegistration What

Re: [PHP] countries

2002-06-04 Thread Eugene Lee
Why not go to the source? http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html -- Eugene Lee [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] countries

2002-06-04 Thread Justin French
Thanks! I found another one (minus two char codes)... but this looks more comprehensive. Justin on 05/06/02 5:52 AM, Michael Cronström ([EMAIL PROTECTED]) wrote: > What about this? > > Michael Cronstrom > Web Inventor > > "AF","Afghanistan"; > "AL","Albania"; > "DZ","Algeria"; > "AS","Americ

Re: [PHP] countries

2002-06-04 Thread Analysis & Solutions
On Tue, Jun 04, 2002 at 09:52:23PM +0200, Michael Cronström wrote: > "TP","East Timor"; The ISO met in May and changed this code to "TL" --Dan -- PHP classes that make web design easier SQL Solution | Layout Solution | Form Solution sqlsolution.info | layouts

Re: [PHP] countries

2002-06-04 Thread Michael Cronström
What about this? Michael Cronstrom Web Inventor "AF","Afghanistan"; "AL","Albania"; "DZ","Algeria"; "AS","American Samoa"; "AD","Andorra"; "AO","Angola"; "AI","Anguilla"; "AQ","Antarctica"; "AG","Antigua and Barbuda"; "AR","Argentina"; "AM","Armenia"; "AW","Aruba"; "AU","Australia"; "AT","Austri

Re: [PHP] countries

2002-06-04 Thread José León Serna
Hello: > Apologies for being slightly OT, but has anyone got an array or list of > countries that I can use to populate a pull-down menu? http://phpclasses.warmafrica.com/browse.html/package/406.html This could be useful. Best Regards. QaDRAM

RE: [PHP] countries

2002-06-04 Thread Jay Blanchard
[snip] Apologies for being slightly OT, but has anyone got an array or list of countries that I can use to populate a pull-down menu? Or maybe a link to a resource to find this sort of stuff? [/snip] A quick search on Google (http://www.google.com/search?hl=en&lr=&ie=UTF8&oe=UTF8&q=%22list+of+co

Re: [PHP] Countries and ip addresses

2001-08-20 Thread Tom Carter
It's not possible to be assured of doing this properly for the following reason.. 1. not all hosts translate to IP address 2. Soem host names are often meaningless (eg .com) The way to do it is basically this 1. use gethostbyaddr() (http://www.php.net/gethostbyaddr) to do a reverse DNS from IP t

Re: [PHP] Countries and ip addresses

2001-08-20 Thread speedboy
> How can I find out from witch country user is based on user ip address? I > need this from php script. You can't. You can try with their hostname. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To