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/pop_chk_notice_farm_send_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"); include_once("dbconn.php"); include_once("lib.php"); foreach($_GET as $key => $value) { ${$key}=mysql_real_escape_string(trim($value)); } foreach($_POST as $key => $value) { ${$key}=mysql_real_escape_string(trim($value)); } $exp_val=explode("&",$str_val); $tokens = array(); foreach($exp_val as $ak => $av) { $rs_farm=RS("select * from farm where no='$av' "); mysql_query("insert into notice set farm_no='$av', title='$title', cont='$cont', is_html='$is_html' , regdate=now() ") or die(); } echo "<script>window.close();</script>"; ?>