I have two columns with stirngs ( "String1" and "String2) . How to make string inputed in text field ($search) to be comparative with sum of the both strings ("String1String2")
Something like as:
" SELECT id, string1, string2, FROM table WHERE string1+string2 LIKE '%$search%' "