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 '-4,100' at line 13
SELECT
id as RecordID
, photo as File
, gallery as GalleryID
, votes as Votes
, text as Text
FROM
photos
WHERE
gallery=8
ORDER BY
id
LIMIT -4,100