Page 1 of 1

IIS Authentication

Posted: Wed Mar 29, 2006 11:30 am
by vietboy505
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?

Posted: Wed Mar 29, 2006 11:39 am
by feyd
check the contents of your $_SERVER superglobal.

http://php.net/reserved.variables#reser ... les.server

Posted: Wed Mar 29, 2006 11:44 am
by vietboy505
thanks..

Got it now.