Erreur au niveau de la base de données :

################################################

SELECT `tbase`.`artiste_id`, `artiste_nom`, `artiste_prenom`, `tbase`.`film_id` FROM `film_realisateur` AS `tbase` LEFT JOIN `artiste_tb` AS `tartiste` ON ( `tbase`.`artiste_id` = `tartiste`.`artiste_id` ) WHERE `film_id` = ORDER BY `tbase`.`artiste_pos` ASC

################################################

Erreur 1064 : 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 `tbase`.`artiste_pos` ASC' at line 1