topical media & game development
basic-php-03-select-rev01.php / php
<?php
//connect to MySQL
query = "SELECT movie_name, movie_type " .
"FROM movie " .
"WHERE movie_year>1990 " .
"ORDER BY movie_type";
query)
or die(mysql_error());
while (results)) {
extract(movie_name;
echo " - ";
echo
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.