Restaurant Voting
Where should we meet on July 25 2002?
$db = mysql_pconnect("localhost","pannis","sampdb"); if (!$db) { echo "Error: Couldn't connect to database. Please try again later."; exit; } mysql_select_db ("sfdgDb"); $query = "select * from restaurant"; $result = mysql_query($query); $num_results = mysql_num_rows($result); ?> for ($i = 0; $i < $num_results; $i++) { $row = mysql_fetch_array($result); echo "
" . htmlspecialchars(stripslashes($row["name"])) . "
"; } ?>
Your email address: