SMARTgeek are pleased to announce the launch of our new IP to Geographic Location.
This Lite service gives limited access to our complete IP to Country technology.
To access this FREE service you'll need to use the following code (example uses PHP) ...
$tags = get_meta_tags('http://www.smartgeek.co.uk/geo/smartip.php?ip=68.3.196.148');
Complete list of meta tags and sample output ...
<meta name="IP ADDRESS" content="68.3.196.148">
<meta name="COUNTRY ID" content="254">
<meta name="COUNTRY" content="United States">
<meta name="CURRENCY" content="US Dollar ">
<meta name="CERTAINTY" content="99%">
To display the information use ...
print $tags['country']; // country name
Further information on the use of GET_META_TAGS with PHP see
http://uk.php.net/get_meta_tags