include ("../include/top.php"); ?> $mydate = $_REQUEST["mydate"]; if($mydate =="") { $mydate = date("Y-m", time()); $mymonth = substr($mydate, 0, 7); $b_month = date("Y-m", strtotime($mydate.' - 1month')); $a_month = date("Y-m", strtotime($mydate.' + 1month')); $sching=mysql_query("SELECT count(*) FROM free WHERE table_name='cal' AND LEFT(start_dt,7)='$mymonth' "); $total_record = mysql_result($sching,0,0); $sql="SELECT no , title , start_dt , end_dt FROM free WHERE table_name='cal' AND LEFT(start_dt,7)='$mymonth' order by no asc "; $result=mysql_query($sql) or die(mysql_error()); }else { $mymonth = substr($mydate, 0, 7); $b_month = date("Y-m", strtotime($mydate.' - 1month')); $a_month = date("Y-m", strtotime($mydate.' + 1month')); $sching=mysql_query("SELECT count(*) FROM free WHERE table_name='cal' AND LEFT(start_dt,7)='$mymonth' "); $total_record = mysql_result($sching,0,0); $sql="SELECT no , title , start_dt , end_dt FROM free WHERE table_name='cal' AND LEFT(start_dt,7)='$mymonth' order by no asc "; $result=mysql_query($sql) or die(mysql_error()); } ?>
Notice: Undefined variable: row in /iphak/webapps/_education/edu/03.php on line 70
Notice: Undefined variable: row in /iphak/webapps/_education/edu/03.php on line 71
~
Notice: Undefined variable: row in /iphak/webapps/_education/edu/03.php on line 71
등록된 일정이 없습니다.