I'm new to PHP and I am writing my first web development project with it. My project is something that will only be used on our Intranet by a few select members.

Instead of being bothered with logon screens and passwords, I'd rather just get the username of the person who's logged into Windows and run that against the database.

So my question is, how do I, or is it even possible to, get the username from the Windows session?