I have setup my IIS to ask for username & password to view my intranet from
http://www.devguru.com/features/tutoria ... cation.asp
Now I was wonder how can I grab this username in PHP when they're login?
IIS Authentication
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
check the contents of your $_SERVER superglobal.
http://php.net/reserved.variables#reser ... les.server
http://php.net/reserved.variables#reser ... les.server