Your IP Address Is:

38.107.179.224

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: , , , , , , ,

Related articles