SQL Error : 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 ') AND fd.film_id = dir.film_id AND dir.cast_id = c.cast_id
ORDER BY fd.film_rel' at line 3
SELECT fd.film_id, fd.film_text, fd.film_text_vf, fd.film_release, fd.film_release, fd.film_year, c.cast_first_name AS director_first_name, c.cast_last_name AS director_last_name
FROM film_desc fd, film_directing dir, cast c
WHERE (fd.film_release BETWEEN 2145830400 AND ) AND fd.film_id = dir.film_id AND dir.cast_id = c.cast_id
ORDER BY fd.film_release ASC Line : 80 File : /home/vreuil/www/in_theatres.php