Quote:
Originally Posted by RummyBoy
Well my code shows me a city.... your code doesnt work for me at all.
Doesn't show any city.
|
Can you please post the output from the following code.
Code:
$geo = geoip_record_by_name($_SERVER['REMOTE_ADDR']);
echo $geo['city'];
and
Code:
$geo = geoip_record_by_name($_SERVER['REMOTE_ADDR']);
print_r($geo);