榮譽榜
$history=array();
while($rst=mysql_fetch_array($sql_result)){
$sdate=explode("-",$rst["Start_date"]);
$edate=explode("-",$rst["End_date"]);
if($history[$sdate[0]-1911]=="") { $history[$sdate[0]-1911]=array(); }
$history[$sdate[0]-1911][]=$rst;
}
echo "| ";
$i=0;
//顯示按鈕群組
foreach($history as $year => $rst){
$i++;
echo ''.$year.'年 | ';
}//end foreach
?>
$i=0;
foreach($history as $year => $rst1) { $i++;
?>
日期 | 榮譽事蹟 | 佐證資料 |
---|---|---|
-1911// if($rst["End_date"]!=$rst["Start_date"]){echo "~".($edate[0]-1911)."/".$edate[1]."/".$edate[2];}?> |