$date = mktime(0,0,0,3,1,2009); //The get's the first of March 2009 $links = array(); for($n=1;$n <= date('t',$date);$n++){ echo $n; } ...
確定! 回上一頁