SQL Used: SELECT id, name, title, sequence, filesize, filetype, creationdate, admin
FROM webphotograph
WHERE languageid=1
AND websiteid=1
AND albumid= AND publish='y'
ORDER BY sequence
LIMIT 0 , 50
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 'AND publish='y'
ORDER BY sequence
LIMIT 0 , 50' at line 5