|
I need help, about what is going on with some PHP superglobals, and if someone can inform me as to what I am missing in the below statement.
I have a website which requires people to log in, and as a security feature, I collect the users IP address with $_SERVER['REMOTE_ADDR'] and I had felt that I had just found out that I could get the machine name also, or what that machine has set as their email address.
$_SERVER['SERVER_ADMIN'] is the one which always got my own email address during tests, and so I have started to use it.
It returns my hotmail email address, of which has no relation whatsoever to my website, which is hosted by an independent web hoster.
I have just looked at the database of three new members, and it contains my hotmail address for each of these members.
What is going on?
|