phpip-addressip-geolocation

Country name from an Ip address with free IP geolocation webservice


First of all thanks to all ....

I read that i can use the free IP geolocation webservice to get Country name from an Ip address. But how i get the response to my site , Actually this is what i look , In my site there is a need of displaying the country name from Ip address. Can uou please tell in detail... How can i display the country Name from that site ..


Solution

  • http://www.maxmind.com/app/php

    You need to install the php module and then use the following code to get the country name:

    $country_name = apache_note("GEOIP_COUNTRY_NAME");