function getIPInfo($ip) { return unserialize(file_get_contents('http://www.geoplugin.net/php.gp?ip='.$ip)); } Örnek; echo getIPInfo($_SERVER['REMOTE_ADDR']);