//-------------------------------------------------------------------------------
//ÇÁ·Î±×·¥¸í : RoomSolution ½ºÄð·ë free
//¹èÆ÷¹öÁ¯ : 2.0 free
//ÇÁ·Î±×·¥µî·Ï : 2002-01-26-2944 ELS K-TooL
//ƯÇãÃâ¿ø : 2002-0076246
//°³¹ß»ç : (ÁÖ)ÀÌ¿¤¿¡½º - ELS CO.,Ltd.
//Homepage : http://www.els.co.kr
//µ¥¸ð ¹× ¼ºñ½º : www.rsolution.com
//* º» ¼Ò½ºÄÚµå´Â ¼ÒÇÁÆ®¿þ¾î, ƯÇã, ÀúÀÛ±Ç µîÀÇ ¹ý·ü¿¡ ÀÇÇØ º¸È£¹Þ°í ÀÖ½À´Ï´Ù.
//-------------------------------------------------------------------------------
?>
include "../cdbcon.inc";
if (!$sess_name){?>
}else{?>
}else{?>
}else{?>
$title = ereg_replace("\"","::",$title);
$title = ereg_replace("'",";;",$title);
$content = ereg_replace("\"","::",$content);
$content = ereg_replace("'",";;",$content);
$sql="insert into schedule(title,year,month,day,content,chopen) values('$title','$eYear','$eMonth','$eDay','$content','$opn')";
mysql_query($sql);
?>
}?>
}?>
}?>