1:
SELECT * FROM table1 WHERE ((adtitle LIKE '%free%') OR (comments LIKE '%free%') OR (adtitle LIKE '%food%') OR (comments LIKE '%food%')) AND active='1';