I am developing a loggin system using MySQL for names and password etc.,
When loggin in, I am checking the input values with the ones in the db table, but have noticed that it does'nt matter if I am using uppercase or lowercase letters in the password.
Can anyone explain why? is this a Win32 thing?
regards Thomas A: