SELECT *, gallery.titel_d AS gallerytitel, gallery.preview_d AS galleryvorschau FROM galleryfotos LEFT JOIN fotos ON galleryfotos.fotoID = fotos.fotoID LEFT JOIN gallery ON galleryfotos.galleryID = gallery.galleryID WHERE galleryfotos.galleryID = ORDER BY galleryfotos.sort ASC

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 galleryfotos.sort ASC LIMIT 0,10' at line 1