What is my IP Address?

| Share
Your IP address is:
54.234.42.16

No Proxy Detected, your real IP address is 54.234.42.16

More Information on IP 54.234.42.16

IP addresses

An IP address (Internet Protocol address) is a numerical label assigned to each device on a computer network that uses the Internet Protocol for communication such as computers, printers and routers.

How to detect IP addresses using PHP scripting

$IP = $_SERVER['REMOTE_ADDR'];

echo $IP;