I am using cakephp framework here i also successfully get the client ip
$client_ip=$this->RequestHandler->getClientIp();
$this->set(compact('client_ip'));
echo $client_id; e.g. 127.0.0.1
$tags = get_meta_tags("http://www.geobytes.com/IpLocator.htm?GetLocation&template=php3.txt&IpAddress=$client_ip");
When i print the array
echo "<pre>";
print_r($tags)
my array becomes empty.