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!
Just wondering if it is possible to get windows username and password using php ??
for windows, user needs to login to the network using username and password.
since username and password is used to login, i wonder if it is possible to get the usernamd and password to verify wif the database and if it exist, the user is allow to get into the system.
Else an error msg will be displayed saying that access denied.
In order to access your system, the user needs to be logged in to Windows. You then want to check whether the username/password is valid after the user has successfully used them to log in with?