 |
//載入即時新聞
$id=17;
$str = "select id,title,doggyneihu from news Where cat_id='$id' and doggyneihu='1' order by nsort,isnew desc,newsdate desc LIMIT 0, 5";
$lst = Mysql_Query($str, $link);
While(List($n_id,$n_title) = Mysql_Fetch_Row($lst)){
?>
 |
=$n_title;?> |
};?>
|
 |