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
9999' at line 10
SELECT
id as RecordID
, name as Title
, authorid as AuthorID
, file as File
FROM
wallpapers
WHERE
authorid=
ORDER BY
id DESC
LIMIT
9999