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
It is very hard to get to the level of city. It is the way the networks are built. I live in a minor town. My provider has a node in this city, but it gathers all the traffic of the whole area (my town and neighboring towns) and sends it through an internal link to their major regional center.

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 -- PHP General Mailing List (http://www.php.ne

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'