> °øµ¿±¸¸Å Á¦Ç°¸ñ·Ï";
break;
case("list_s"):
$include_hf="./order_list_s.html";
$location="ÁÖ¹®°ü¸® > ÁÖ¹®¼¸ñ·Ï[°£·«È÷º¸±â]";
break;
case("search"):
$include_hf="./order_list.html";
$location="ÁÖ¹®°ü¸® > ÁÖ¹®¼°Ë»ö";
break;
case("view"):
$include_hf="./gonggu_view.html";
$location="°øµ¿±¸¸Å > °øµ¿±¸¸Å ½Åû¸ñ·Ï";
break;
case("print"):
$include_hf="./order_print.html";
$location="ÁÖ¹®°ü¸® > ÁÖ¹®¼Àμâ";
break;
case("memo_write"):
$query="update ord set memo_admin='$memo_admin' where order_no='$order_no'";
$memo_update=mysql_query($query);
query_chk($memo_update,"memo_update error");
if($modec=="list"){
$include_hf="./order_list.html";
$location="ÁÖ¹®°ü¸® > ÁÖ¹®¼¸ñ·Ï[ÀÚ¼¼È÷º¸±â]";
}
else{
$include_hf="./order_list_s.html";
$location="ÁÖ¹®°ü¸® > ÁÖ¹®¼¸ñ·Ï[°£·«È÷º¸±â]";
}
break;
}
?>
Untitled Document