What is my IP Address?
Calculator Use
IP Address
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 including computers, printers and routers.
How to detect IP addresses using PHP scripting
$IP = $_SERVER['REMOTE_ADDR'];
echo $IP;
Cite this content, page or calculator as:
Furey, Edward "What is my IP Address?"; from https://www.calculatorsoup.com - Online Calculator Resource.