How to get country name from an Ip address using Php with out using a commercial GeoIP Region Edition. Please does any one help me?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I don't think you can do it simply using PHP, but I have found a free API solution that you can use. It requires simple post and response. http://www.hostip.info/use.html example post: http://api.hostip.info/get_html.php?ip=12.215.42.19 example response: Country: UNITED STATES (US) City: Sugar Grove, IL |
|||
|
|
Code
Result
To get countryname
Result
|
|||
|
|
|
Use the free IP geolocation webservice |
|||
|
|
|
If you want to setup your own app here is the git source of the above solution, by Peter (I always prefer self hosted solution instead of hitting and relying on some other service): |
|||
|
|