IP2Location
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This is simple module for integrate Web Service IP2Location (http://ip2location.com/web-service)
Configuration
Enable the module and configure at admin/config/ip2location
Example
$result = ip2location_get_country();
echo $result['code']; // CO
echo $result['text']; // Colombia
