Mysql – select data where %column% like $variable
I have a table name deny_keywords in database with this structure: id word 1 thief 2 crook 3 killer and I have an input that user can send a text and this text Placed in variable name $user_text. Now I…