Thread
:
[PHP] Show IP
View Single Post
#
3
(
permalink
)
02-04-2007, 06:08 PM
tutorialstation
Junior Member
Join Date: Feb 2007
Posts: 9
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'
]
__________________
FontMagician.com
TutorialStation.Com
tutorialstation
View Public Profile
Send a private message to tutorialstation
Visit tutorialstation's homepage!
Find all posts by tutorialstation