|
News and Events
|
 |
|
New Products
|
 |
|
Anouncement
|
 |
|
 |
|
$querystring='select id, news_title, descrip, page_location, ad_image, ad_alt, ad_url, load_date, ad_name FROM news ORDER BY load_date DESC;';
$result=mysql_db_query($db,$querystring);
while(list($id, $news_title, $descrip, $page_location, $ad_image, $ad_alt, $ad_url, $load_date, $ad_name)= mysql_fetch_row($result))
{
?>
| echo "$news_title"; ?> |
echo "$descrip"; ?> --- Date: echo "$load_date"; ?>
|
}
?>
|
|
|