Unable to differentiate between words consisting of different Unicode letters in mysql and phpMyAdmin
I am inserting a word using the following sql query from a php script. $sql = "INSERT IGNORE into cb_words (word, user_id) VALUES('$word', $user_id)"; The problem arises in this particular scenario - The cb_words table contains words in Bangla language.…