The users will only use IE, and within IE it can pass their credentials without being prompted to, if they are logged onto the domain controller.
What I want to know is, how do I go about grabbing their username?
I thought this would do the trick: $_SERVER['auth_user'];
but no luck.
Just like this http://stackoverflow.com/questions/168610/can-you-get-a-windows-ad-username-in-php
But I don't know what the code should look like this to capture/grab the user's username
Any help is appreciated.