Hi all,
It got the Ip Address as 122.164.81.242 . How to find the city name using this IP address?
Thanks & regards,
vani
How to find the city using IP address?
Moderator: General Moderators
Re: How to find the city using IP address?
Pop over to Maxmind.com and buy the list ... http://www.maxmind.com/app/city It's not completely fool-proof. It works best for cities in the USA really. Other countries aren't that accurate.
EDIT: Just noticed they now have a free version of the city database - http://www.maxmind.com/app/geolitecity
EDIT: Just noticed they now have a free version of the city database - http://www.maxmind.com/app/geolitecity
Re: How to find the city using IP address?
HI thanks for your reply.
I want to track the city using PHP functions. Is it possible?? ???
I want to track the city using PHP functions. Is it possible?? ???
Re: How to find the city using IP address?
Yes. Use the database I linked to.vani sri wrote:I want to track the city using PHP functions. Is it possible?? ???
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: How to find the city using IP address?
What you're looking for is IP geolocation - there was a thread on here a few days ago.