I want to get he windows system username if my file was on the server. Because currently it is giving me my hosting server username.
I tried getenv(),$_SERVER['AUTH_USER'],get_current_user() but none of these giving me the windows system username. When i am using the getenv() in localhost it is showing the system username, but not on the server.
Is it possible through PHP or not?