CodeIgniter Forums
IP address kept returning 0.0.0.0 ?? why? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: IP address kept returning 0.0.0.0 ?? why? (/showthread.php?tid=47063)



IP address kept returning 0.0.0.0 ?? why? - El Forum - 11-24-2011

[eluser]Unknown[/eluser]
why is my ip address kept returning 0.0.0.0 ? i checked google and my ip is

164.11.x.x

can anyone explained what's going on? or is there anything I missed before calling this function? is it because my system running on localhost?


Code:
function check_ip()
{
  echo $this->input->ip_address();
}