$_SERVER[‘REMOTE_ADDR’]; – executing this function in php i m not getting actual ip address it produce the output “::1” why ? By Admin | July 18, 2014 0 Comment $output_adr=$_SERVER[‘REMOTE_ADDR’]; //::1 print_r($output_adr); can anyone can comment on this