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