| |
|
|
//載入即時新聞
$id=17;
$str = "select id,title,doggyhome from news Where cat_id='$id' and doggyhome='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;?> |
| |
|
|
};?>
|
 |
 |