CodeIgniter Get User IP
$ip = $this->input->ip_address();
echo $ip;
Alberto Peripolli
$ip = $this->input->ip_address();
echo $ip;