MySQLi String comparisons using keys
- by asdasd
I have a table with lets say 2 columns. id number, and value. Value is a string (var char).
Lets say i have a number x, and a list of numbers a1, a2, a3, a4, a5..... where x is not in the list. All of these numbers correspond to a unique row in the table. I want to know if the string value for x in the table is contained in one of the string…