/* Include Files *********************/
session_start();
include("connectdb.php");
/*************************************/
?>
Commonwealth Environmental Services, LLC
echo 'Current News Headlines';
$query = mysql_query("SELECT * FROM news ORDER BY news_date DESC LIMIT 5");
while ($news = mysql_fetch_array($query)) {
$news_headline = $news['news_headline'];
echo ' • ';
echo $news_headline;
echo ' ';
}
?>
|
|
Commonwealth Environmental Services, LLC :: Documents |
Visitors Since June 7, 2012
|
|
$orderby = $_GET[orderby];
?>
|