Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ltman.eemo.co.kr
/
public_html
/
www
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ltman.eemo.co.kr/public_html/www/local_ipchu_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"); 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) { if($key != 'farm_contract_dong') { ${$key}=mysql_real_escape_string(trim($value)); } } $query="update farm_ipchu_confirm_log set jdate='$jdate', dong_no='$dong_no', is_local='1', local_status='$local_status', local_breed_type='$local_breed_type', local_gps_type='$local_gps_type', local_susu='$local_susu' where no='$no' "; mysql_query($query) or die(mysql_error()); $arr_rst['rst']='1'; echo urldecode(json_encode($arr_rst)); ?>