Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
nongapp.eemo.co.kr
/
public_html
/
www
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/nongapp.eemo.co.kr/public_html/www/daily_chulha_set_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)); } $arr_rst=array(); $result=mysql_query("select * from farm_parts_dong where parts_no='$no' ") or die(); while($rs=mysql_fetch_array($result)) { $chulha_date=${"chulha_date_".$no."_".$rs[no]}; $chulha_susu=${"chulha_susu_".$no."_".$rs[no]}; $chulha_weight_kg=${"chulha_weight_kg_".$no."_".$rs[no]}; mysql_query("update farm_parts_dong set chulha_date='$chulha_date', chulha_susu='$chulha_susu', chulha_weight_kg='$chulha_weight_kg' where no='{$rs[no]}' ") or die(); } $arr_rst['rst']='1'; echo json_encode($arr_rst); ?>