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/geyul_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(!$_COOKIE[umemno]) { echo "<script>alert('권한이 없습니다.');history.back();</script>"; exit; } include_once("dbconn.php"); include_once("lib.php"); mysql_query("insert into contractor_company set name='$name', com_code='$com_code', company_type='1', prefix_code='$prefix_code', regdate=now() ") or die(); echo "<meta http-equiv='refresh' content='0;url=geyul.php'>"; ?>