「Wikipokpok:サンドボックス」の版間の差分
67行目: | 67行目: | ||
} | } | ||
} | } | ||
− | |||
print("</table>"); | print("</table>"); | ||
− | |||
</php> | </php> | ||
+ | [[family:家族カレンダー]] |
2006年10月9日 (月) 16:44時点における版
<php> include_once("./includes/rokuyou.inc");
if(isset($_GET['num'])){ $dteDate=mktime(0,0,0,date("m")+$_GET['num'],1,date("Y")); $num=$_GET['num']; }else{ $dteDate=mktime(0,0,0,date("m"),1,date("Y")); $num=0; } $intFirst=(int)date("w",$dteDate); $intLast=(int)date("t",$dteDate);
print("
");
print("");
print(date("Y 年 m 月",$dteDate)."の予定");
print("");
日 | 月 | 火 | 水 | 木 | 金 | 土 | "); print("
---|---|---|---|---|---|---|
"); }else{ print(" | ");
} }elseif($i % 7==1){ if($dteTmp == date("Y-m-d")){ print(" | "); }else{ print(" | ");
} }else{ if($dteTmp == date("Y-m-d")){ print(" | "); }else{ print(" | ");
} } print($intDay);
if (get_rokuyou(date("Y",$dteDate),date("m",$dteDate),$intDay) == 3) {
print ("友引");
}
print(" $rs=mysql_query("SELECT pname FROM pok_yotei_tab where pdate = '$dteTmp' order by btime",$db); if(mysql_num_rows($rs)>0){ while($aryCol=mysql_fetch_array($rs,MYSQL_ASSOC)){ printf($aryCol[pname]); } mysql_free_result($rs); } print(" | ");
if($i % 7==0){print("|
</php> family:家族カレンダー