Re: [PHP] Case Matching

2003-01-06 Thread Michael J. Pawlowsky
What field type did you make the usernames?
TEXT types are case incensitives use VARCHAR



*** REPLY SEPARATOR  ***

On 06/01/2003 at 2:09 PM [EMAIL PROTECTED] wrote:

>Not really sure if this would be a PHP or a MySQL issue. I'm using a
>database to store username for authentication purposes. Is there a way to
>make the user entry match case in the mysql database? Right now I have
>some users with all uppercase usernames that are able to login typing
>their username in all lower case letters.
>
>TIA,
>
>Ed
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php


Cheers,
Mike
-
Hlade's Law:If you have a difficult task, give it to a lazy person --
they will find an easier way to do it.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Case Matching

2003-01-06 Thread ed

 Not really sure if this would be a PHP or a MySQL issue. I'm using a
database to store username for authentication purposes. Is there a way to
make the user entry match case in the mysql database? Right now I have
some users with all uppercase usernames that are able to login typing
their username in all lower case letters.

TIA,

Ed



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php