DiGiTaL commented on a Page, Ip tracer  -  Sep 16, 2008

You SHOULD never consider the superglobal variable's elements an actual variable. Very bad practise.
Thats like treating $_POST['id'] to $id...

Use the following: $_SERVER['REMOTE_ADDR'] and if you want concatenate it inside a string use this: {$_SERVER['REMOTE_ADDR']}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.