<?php //połączenie z bazą MySQL //uaktywnij odpowiednią bazę $query = "SELECT movie_name, movie_type" . "FROM movie" . "WHERE movie_year>1990 " . "ORDER BY movie_type"; } ?>
wyskakuje błąd 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 'movie_year>1990 ORDER BY movie_type' at line 1