MySQL Error: 1064 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 '10' at line 7 Query:
SELECT
n.id, n.head, n.cat, n.pretext, n.date, c.url curl, c.name cname, c.parent as parent
FROM islamrf_news as n
LEFT JOIN islamrf_categories as c ON n.cat=c.id
WHERE n.lang='rus' AND n.cat='17' AND cat!=0
ORDER BY n.date DESC
LIMIT ,10
IslamRF