Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's fashion, mens style, fashion, style, pua, pickup artist, style tips, fashion t' at line 1
Error No: 1064
SELECT a.id, a.uid, a.cid, b.parent_id, cus.name as username, a.title, a.summary, a.dateline, a.tags, b.category_id, b.name AS category_name, c.name AS parent_name FROM article AS a JOIN customer AS cus ON a.uid=cus.customer_id JOIN category AS b ON a.cid = b.category_id JOIN category AS c ON b.parent_id = c.category_id AND a.status =1 WHERE MATCH(body) AGAINST('men's fashion, mens style, fashion, style, pua, pickup artist, style tips, fashion tips, men clothes, male fashion') LIMIT 10