ÿØÿà 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/admin/res_good/ |
Upload File : |
<? include "../include/top_proc.html"; include "../reservation/_common.php"; $table = "TB_RES_BANK"; // 입금정보 수정 if ($SqlType=="bank_edit") { if (!$seq) exit; db_query("update {$table} set proc_stat='{$proc_stat}' where seq='{$seq}' "); error_msg("document.location.href='bank_edit.html?seq={$seq}&tmp_layer_id={$tmp_layer_id}';","script"); }else // 입금정보 취소 if ($SqlType=="bank_cancel") { if (!$seq) exit; db_query("update {$table} set del_flag='Y' where seq='{$seq}' "); error_msg("document.location.href='bank_in.html';","script"); } else // 입금정보 삭제 if ($SqlType=="bank_del") { if (!$seq) exit; db_query("delete from {$table} where seq='{$seq}' "); error_msg("document.location.href='bank_in.html';","script"); } ?>