Thread: [PHP] Show IP
View Single Post
  #3 (permalink)  
Old 02-04-2007, 06:08 PM
tutorialstation tutorialstation is offline
Junior Member
 
Join Date: Feb 2007
Posts: 9
tutorialstation is on a distinguished road
That's if you have register_globals set to on.

But due to security concern i always set my register_globals to off.

And i use this to detect visitors IP.

PHP Code:
$_SERVER['REMOTE_ADDR'
Reply With Quote