How to make password case sensitive in php ?
BY Wpdevkit
April 20, 2020
PHP Make password case sensitive in php
You can use LIKE BINARY in your query..
Like this:
SELECT * FROM table_name WHERE column_name LIKE BINARY 'search_string'
this will check “search_string” data in case sensitive
about authors
Sandip Das
Web Developer
Once a legend said “Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” – Martin Fowler.
let’s share this idea
A problem is just the absence of an idea to solution... Lets exchange thoughts