checking letter case using php
Posted: Tue Dec 05, 2006 6:21 am
How should we match exact letters means(lowercase==lowercase)or(UPPERCASE==UPPERCASE) or(lowercaseUPPERCASE==lowercaseUPPERCASE) while checking for password
for eg. abc=ABC(must not be allowed) abc=aBc(must not be allowed) only abc=abc must be allowed
i want to match the words by cases
but in my site if user pswd is abc and he enter ABC he can easily enter to his control panel
So plz help me in this regard
I m using PHP
Thanking you in advance
for eg. abc=ABC(must not be allowed) abc=aBc(must not be allowed) only abc=abc must be allowed
i want to match the words by cases
but in my site if user pswd is abc and he enter ABC he can easily enter to his control panel
So plz help me in this regard
I m using PHP
Thanking you in advance