SELECT * FROM galleryfotos JOIN fotos ON galleryfotos.fotoID = fotos.fotoID 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' at line 1