PHP - What is my IP Address
echo
"Your IP address is: "
.
$_SERVER
[
"REMOTE_ADDR"
]
;
echo
"Your IP address is: "
.
$_SERVER
[
"REMOTE_ADDR"
]
;
php