Can I get the username of the logged in user account using php? Tried $_SERVER
and phpinfo
, does not work.
|
Can I get the username of the logged in user account using php? Tried $_SERVER
and phpinfo
, does not work.
Source: https://ru.stackoverflow.com/questions/958890/
All Articles
$_SERVER['USERNAME']
? - Edward