1990 " . "ORDER BY movie_type"; $results = mysql_query($query) or die(mysql_error()); echo "\n"; while ($row = mysql_fetch_assoc($results)) { echo "\n"; foreach($row as $value) { echo "\n"; } echo "\n"; } echo "
\n"; echo $value; echo "
\n"; ?>