IIS Authentication

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vietboy505
Forum Commoner
Posts: 53
Joined: Wed Feb 22, 2006 9:30 am

IIS Authentication

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

check the contents of your $_SERVER superglobal.

http://php.net/reserved.variables#reser ... les.server
vietboy505
Forum Commoner
Posts: 53
Joined: Wed Feb 22, 2006 9:30 am

Post by vietboy505 »

thanks..

Got it now.
Post Reply