I need to get the user name of the current autenticated user. I found documentation about 2 way to do it:$_session['username'] and $_server['php_auth_user']
Neither seems to work. Maybe it is a version issue. I have Apache 2 which I think includes php v5. Can someone tell me how to get the current authenticated username? TIA.
Neither seems to work. Maybe it is a version issue. I have Apache 2 which I think includes php v5. Can someone tell me how to get the current authenticated username? TIA.