RE: [PHP] IP to City detection

2007-03-23 Thread William Lovaton
Hi, Thanks to all of you who helped me out. I think this one is the best option for now, it even has an API for PHP 4 and another one for PHP 5. PHP 4: http://www.maxmind.com/download/geoip/api/php/ PHP 5: http://pear.php.net/package/Net_GeoIP/ Cheers, -William El miƩ, 21-03-2007 a las 14:

Re: [PHP] IP to City detection

2007-03-21 Thread Satyam
untry, there are no limits. Satyam - Original Message - From: "William Lovaton" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 21, 2007 1:24 PM Subject: [PHP] IP to City detection Hi people, Is there a way to detect the city of a person based on the IP address?

RE: [PHP] IP to City detection

2007-03-21 Thread Jim Moseby
PHP] IP to City detection > > > There's a MaxMind's GeoLite City service for that. It's free. > > http://www.maxmind.com/app/geolitecity > That is probably a better alternative than the one I sent, which relies on data from api.hostip.info. JM -

RE: [PHP] IP to City detection

2007-03-21 Thread Hidayet Dogan
There's a MaxMind's GeoLite City service for that. It's free. http://www.maxmind.com/app/geolitecity On Wed, 21 Mar 2007, Jim Moseby wrote: Hi people, Is there a way to detect the city of a person based on the IP address? I mean something like ip2nation http://www.ip2nation.com/ but for citie

RE: [PHP] IP to City detection

2007-03-21 Thread Jim Moseby
> Hi people, > > Is there a way to detect the city of a person based on the IP > address? I > mean something like ip2nation http://www.ip2nation.com/ but for cities > so I can use it in my PHP web application. > > Thanks for any help you can give me, > > -William > I have one that 'sort of'

[PHP] IP to City detection

2007-03-21 Thread William Lovaton
Hi people, Is there a way to detect the city of a person based on the IP address? I mean something like ip2nation http://www.ip2nation.com/ but for cities so I can use it in my PHP web application. Thanks for any help you can give me, -William -- PHP General Mailing List (http://www.php.net/)