Quote:
Originally Posted by tutorialstation
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']
|
That would be the 'correct' way
