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 id DESC LIMIT 15,5' at line 15
SELECT id as RecordID , title as Title , subtitle as Subtitle , intro as Intro , text as Description , date as DateClean , DATE_FORMAT(date, "%d %M %Y") as Date , categoryid as CategoryID , userid as UserID FROM articles WHERE categoryid= ORDER BY id DESC LIMIT 15,5