Hello. I have a task to find parts of the text in certain matches, but unfortunately the function works if a whole text is found.
Example: we are looking for an АБВ cell, the cell contains 123, АБВ, 456 - zero reaction, if it finds an АБВ cell, then it finds everything.
The code is as follows:
$result=mysql_query('SELECT virtuemart_product_id FROM virtuemart_products WHERE "Стена" in(product_parametr1, product_parametr2, product_parametr3)'); Thank you in advance