HI
i tried to get the variables name + domain from my windows 2000 server.
but when i call the $_SERVER['REMOTE_USER'] returns nothing.
how can i get that info?
tks.
Help with = $_SERVER['REMOTE_USER']
Moderator: General Moderators
Do you mean $_SERVER['REMOTE_ADDR'] or maybe $_SERVER['REMOTE_HOST'] for info on the machine accessing the script. If you want info on the server the script is running on then maybe you want $_SERVER['SERVER_NAME']. There are a load more too, check them out here
http://www.php.net/manual/en/reserved.v ... les.server
http://www.php.net/manual/en/reserved.v ... les.server