Thread: [PHP] Show IP
View Single Post
  #1 (permalink)  
Old 02-04-2007, 01:27 AM
-=sIN=- -=sIN=- is offline
Junior Member
 
Join Date: Feb 2007
Posts: 20
-=sIN=- is on a distinguished road
[PHP] Show IP

Simply add this code into any existing php document:

PHP Code:
<? 
  
echo "Your IP: $REMOTE_ADDR"
?>

Reply With Quote