View Single Post
  #2 (permalink)  
Old 10-21-09, 08:02 AM
ruteckycs's Avatar
ruteckycs ruteckycs is offline
Coding Addict
 
Join Date: Jul 2009
Posts: 377
Thanks: 6
Thanked 10 Times in 10 Posts
Well in PHP you can do this:

PHP Code:

$Ip=$_SERVER['REMOTE_ADDR'];
echo 
"IP Address =".$Ip
__________________
This post was created with 100% recycled electrons.
Reply With Quote