hello,
do you have any short routine which would return country name of a visitor? sth like:
function getcountry ($ip_number) {
$x = "country name...";
return $x;
}
i know i could use ripe and other info services and parse the response. but is there any routine written yet?
Matjaz