SELECT * FROM `table` WHERE `something` = 'some_value' AND (`secondthing` LIKE '%stuff%' OR `thirdthing` LIKE '%stuff%')
SELECT * FROM `table` WHERE `something` = 'some_value' AND `secondthing` LIKE '%stuff%' OR `thirdthing` LIKE '%stuff%'
It looks like you're new here. If you want to get involved, click one of these buttons!