When I run $_SERVER['LOGON_USER'];from my machine it returns elliottgroup\dgriffiths
When I run the same php page on a users PC it returns ellittgroup\administrator
Can anybody tell me why.
I have administrator rights by the way.
$_SERVER['LOGON_USER'];
Moderator: General Moderators
Re: $_SERVER['LOGON_USER'];
Re: $_SERVER['LOGON_USER'];
Because you're logged on as dgriffiths?
Re: $_SERVER['LOGON_USER'];
So why when a user opens the php page does it not show elliotgroup\username