include 'http://www.co.weber.ut.us/sheriff/includes/right_nav.php'; ?> |
"The Weber County Sheriff's Office is a law enforcement organization. Our mission is to protect life and property through professional and innovative services. This is accomplished in partnership with citizens and communities within Weber County"
mysql_connect("localhost", "web", "cd_10x627N!") or die(mysql_error());
mysql_select_db("911") or die(mysql_error());
$result = mysql_query("SELECT * FROM news WHERE show1='1' and archive=0 ORDER BY news_date DESC")
or die(mysql_error());
while($row = mysql_fetch_array( $result )) {
// Print out the contents of each row into a table
echo " ".$row['normal_date']. " -- " .$row['title']. " "
.$row['news_head']. " ";
}
?>
|
include 'http://www.co.weber.ut.us/sheriff/includes/location_nav.php'; ?>
include 'http://www.co.weber.ut.us/sheriff/includes/main_nav.php'; ?>
|