Know the real IP address in PHP?
A simple function in PHP to find the real IP address of the client's machine even when they are using Proxy. function getRealIpAddr() { if (!empty($_SERVER['HTTP_CLIENT_IP'])) //check ip from share internet ..
Continued here:
Know the real IP address in PHP?
Filed Under ip address
Tags: connect-host, ip address, machine-even, php, real, simple-function, the-client, web-application
