PHP country from ip address- PHP December 13, 2011 Pramod T P Leave a comment We can do it using the API given below <?php $country = file_get_contents("http://api.ipinfodb.com/v3/ip-country/?key=<Unique Key>&ip=$ip"); print_r($country); ?>