|
I have PHP website running on an apache 2.2 webserver which is in a Windows Network. All users log in on their computers with a network account.
If this is the case I would need to get their network account user name for the each person's login.So the login to website will be authenticated using their username
How can I get this using php???.Please help me on this
|