Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
egg.eemo.co.kr
/
public_html
/
super5
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/egg.eemo.co.kr/public_html/super5/order_jupsu_banpum_do.php
<? session_cache_limiter('no-cache, must-revalidate'); session_start(); header("Pragma: no-cache"); header("Cache-Control: no-cache,must-revalidate"); header("Content-Type: text/html; charset=utf-8"); foreach($_POST as $key => $value) { ${$key}=trim($value); } if(!$_SESSION[mem_id]) { echo "<script>alert('권한이 없습니다.');history.back();</script>"; exit; } include_once("dbconn.php"); include_once("lib.php"); ini_set('max_execution_time',86400); $query="update order_jupsu set is_banpum_memo = '$banpum_memo', is_banpum_date = '$banpum_date' where no='$no' "; mysql_query($query) or die(); $query="insert into banpum_log set order_jupsu_no = '$no', banpum_memo = '$banpum_memo', banpum_date = '$banpum_date', regdate = now() "; mysql_query($query) or die(); echo "<meta http-equiv='refresh' content='0;url=order_jupsu.php?c_page=$c_page&find=$find&search=$search'>"; ?>