Jump to content

[SOLVED] Selecting case sensitive


paschim

Recommended Posts

Well, i don't know if this is supposed to happen or there is a mistake somewhere, but  say i try to run a query where name='zoro', it returns rows for zoro, Zoro, zOro,.... any idea whats happening? I can obviously run a check in later part of code....but isn't there any way to just return rows for exactly that particular name? i mean case-sensitive search?

Link to comment
https://forums.phpfreaks.com/topic/122464-solved-selecting-case-sensitive/
Share on other sites

im not entirely sure how you would do this.  however if it is a username and password, require that the username matches with its password, or use the same technique within other fields.  usually unique id's take care of this problem.  howver i cant really say ive had a problem with case sensitivity before.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.