Experimental project

This is a sandbox project, which contains experimental code for developer use only.

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

Project information