include ("omni_header.php"); ?>
"In the News" Page 2 (Science)
include ("db_connect.php"); $result = mysql_query("SELECT * FROM consolidated_news WHERE genre like '%Science%' ORDER BY ID DESC LIMIT 9,60",$db); if ($myrow = mysql_fetch_array($result)) { do { printf("
"); Printf("
"); Printf($myrow["source"]); printf("
"); printf("
"); printf($myrow["time"]); printf("
"); printf(""); printf("
"); Printf("
"); printf("
%s
\n", $myrow["id"],$myrow["header"]); printf("
"); Printf("
"); Printf("
"); } while ($myrow = mysql_fetch_array($result)); } else { echo "There are currently no news articles in the Database."; } mysql_close ($db); ?>
Search
include ("omni_footer.html"); ?>