SELECT * FROM produtos WHERE (p!=0 || m!=0 || g!=0 || gg!=0) AND status=1 AND (titulo LIKE '%new order%' OR tags LIKE '%new order%' OR texto LIKE '%new order%' OR categ LIKE '%new order%' OR genero LIKE '%new order%') ORDER BY titulo Busca | Regentag