##-------------------------------------------------------------------## ## ÇÁ·Î±×·¥¸í : VS-Union V2.0 ##-------------------------------------------------------------------## ## ÃÖÃÊ °³¹ß ¿Ï·áÀÏ : 11/13/2003 ## ÃÖ±Ù ¾÷µ¥ÀÌÆ® ÀÏ : 11/13/2003 ## °³¹ß»ç ¹× ÀúÀÛ±ÇÀÚ : Vision Communication ## »ç¾÷ÀÚµî·Ï¹øÈ£ : 617-05-44854 ## °í°´Áö¿øÀ̸ÞÀÏ : vision@koreavs.net ## °í°´Áö¿øÀ¥»çÀÌÆ® : http://www.koreavs.net ## Ã¥ÀÓ °³¹ßÀÚ : À̼ºÈñ(vision@koreavs.net) ## °³ ¹ß ÀÚ : ¹Ú°©Áø(totoro@koreavs.net) ## °³ ¹ß ÀÚ : ±èŰæ(tkkim@koreavs.net) ##-------------------------------------------------------------------## ## º» ÇÁ·Î±×·¥Àº ¹«·á·Î Á¦°øµÇ´Â ÇÁ·Î±×·¥ÀÔ´Ï´Ù. ## º» ÇÁ·Î±×·¥À» ¼öÁ¤ÇÏ¿© »ó¾÷ÀûÀ¸·Î ÀÌ¿ëÇÏ´Â °ÍÀº Çü»ç»óÀÇ ºÒ¹ýÇàÀ§ÀÔ´Ï´Ù. ##-------------------------------------------------------------------## include "admincheck.htm"; include "../config/common.inc"; if($mode == "process") { if($pid == "") { $plandate = mktime(0,0,0,$plan_m,$plan_d,$plan_y); $query = "INSERT INTO plan VALUES ('','$subject','$content',$plandate)"; } else { $plandate = mktime(0,0,0,$plan_m,$plan_d,$plan_y); $query = "UPDATE plan SET subject='$subject',content='$content',plandate=$plandate where pid=$pid"; } $result = mysql_query($query); echo(""); } else { $plan_y = date("Y"); $plan_m = date("m"); $plan_d = date("d"); if($pid != "") { $query = "SELECT * FROM plan where pid = '$pid'"; $result = mysql_query($query); if(!$result) { exit; } $row = mysql_fetch_array($result); $subject = $row[subject]; $content = $row[content]; $plandate = $row[plandate]; $plan_y = date("Y", $plandate); $plan_m = date("m", $plandate); $plan_d = date("d", $plandate); } ?> include "head.htm"; ?>
ÁÖ°£ ÀÏÁ¤ |