ÿØÿà JFIF ` ` ÿþ
Server : Apache System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : tkt_travelbus ( 1137) PHP Version : 7.0.0p1 Disable Function : mysql_pconnect Directory : /tkt_travelbus/www/bbs/ |
Upload File : |
<? include_once("./_common.php"); header("Content-Type: text/html; charset=utf-8"); //echo '<pre>';print_r($_POST);echo '</pre>'; $wr = get_write($write_table, $wr_id); if (!$wr[wr_id]) alert("예약이 존재하지 않습니다."); if($cancel_type == 'Y'){ sql_query(" update $write_table set wr_cancel = 'Y' where wr_id = '$wr_id' "); echo '<script type="text/javascript">alert("관리자에게 “취소신청”이 접수 되었습니다. \n\n(관리자가 확인 후 취소 처리가 진행 됩니다.) ");</script>'; }else{ sql_query(" update $write_table set wr_cancel = '' where wr_id = '$wr_id' "); echo "<script type='text/javascript'>alert(\"“취소신청”이 접수가 취소 되었습니다.\");</script>"; } goto_url("./reserv_list.php?bo_table=".$bo_table); ?>