Related questions
Get Country of IP Address with PHP
Ideally I'm trying to put together a PHP script that I can query from any web browser and it returns the country of the IP address that accessed the PHP script.
Is this possible or is there a better solution?
Best IP to Country Database
We've got a requirement in a couple of our systems to detect a user's country based on their IP address. We'd prefer to use a database rather than a Web Service (to prevent issues with downtime/network access to an …
get region/city from ip
how can I retrieve the region and the city from an ip?
I have found this service:
http://api.hostip.info/?ip=xyz.qwe.rty
But It doesn't give me accurate info like this:
http://www.ipaddresslocation.org/
Do you …