I have worked with PHP for a while, but by no means am I even an advanced user.
I have been trying to parse a result to give me the result I need.
I am running on IIS in a Windows domain.
What I am attpmting to do is get the domain authenticated user from windows which I have done using
$_SERVER['AUTH_USER'];
Which works fine with one problem. It returns it as domain\\username
What I need help on is Parsing the result to go from domain\\username to username.
I would appreciate any help!!