时间:2021-07-01 10:21:17 帮助过:8人阅读
while ( $rs = mysql_fetch_array($result) ){
$arr[]=$rs;
?>
for($i= 0;$i<$month;$i++)
{
echo $arr[$i]['date'];
}
?>
}
?>