William Stokes wrote:
Hello,
I got my little user authentication to work but now I would like to know how
to make and check the (upper/lower) case in password. To put it simple. I
want users password to be case sensitive.
The authentication checks for returned number of rows from DB. If there is
one matching row the user is authenticated ok.
Is it possible to check the case sensitiviness in this kind of
authentication or do I need to do this differently.
Thanks
-Will
depending on your database and your query, it probably already checks
case-sensitive.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php