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/notice_mody_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); $uploadFolder="upload"; $query="update zom_notice2 set title='$title', ctype='$ctype', cont='$cont' where no='$no' "; mysql_query($query) or die(mysql_error()); echo "<meta http-equiv='refresh' content='0;url=notice.php?c_page=$c_page&find=$find&search=$search'>"; ?>