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/notipopKor_zom2_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"); $query="insert into main_notice_zom2 set sdate='$sdate', edate='$edate', cont='$cont', cont_eng='$cont_eng', cont_china='$cont_china', vlink='$vlink', seq='$seq' "; mysql_query($query) or die(mysql_error()); echo "<meta http-equiv='refresh' content='0;url=notipopKor_zom2.php'>"; ?>