[eluser]Vamsii[/eluser]
Instructions:
Download the attached library and move it to your libraries directory.
Download and import the mysql database (2.8 Mb)
Code:
http://www.ip2nation.com/ip2nation/Download
Example usage
Code:
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
class Country extends CI_Controller
{
function __construct()
{
parent::__construct();
$this->load->library('ip2_nation');
}
function index()
{
echo $this->ip2_nation->country_name();
}
}
its very light weight when compared to other databases. and also accuracy is good.