What is wrong with this query? I have tried so many times to get it to work but I just can't see what is wrong with it.
INSERT INTO gallery (`name`, `show`, `original`, `original_width`, `original_height`, `lightbox`, `lightbox_width`, `lightbox_height`, `thumb`, `thumb_width`, `thumb_height`, `description`) VALUES ('Pez Cuckow', 'yes, '/gallery/original/Pez_Cuckow.png', '1560', '599', '/gallery/lightbox/Pez_Cuckow.png', '800', '307', '/gallery/thumb/Pez_Cuckow.png', '200', '76', 'Fescrioti fjfj is dlskjfsa', '')
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 '', '1560', '599', '/gallery/lightbox/Pez_Cuckow.png', '800', '307', '/gallery/th' at line 2