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 'ORDER BY
commentdate DESC' at line 7
Error occurred while running query:
SELECT id_comment, commentdate, fullname, email, url, comment
FROM newscomments
WHERE
is_active = 1
AND is_deleted = 0
AND id_news =
ORDER BY
commentdate DESC