|
 |  |
 |
if($day){
echo "";
$myDate = "${year}³â ${month}¿ù ${day}ÀÏ";
$sql = "select idx, content from mydiary where year=$year and month=$month and day = $day";
$res = mysql_query($sql, $connect);
$myIdx = mysql_result($res, 0,0);
$myCon = nl2br(mysql_result($res, 0,1));
$myCon = stripslashes($myCon);
echo "$myDate
$myCon | ";
}
?>
|
if($day){?>
    |
}?>
 |
|