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_dote_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_vdong=mysql_query("select * from farm_parts_dong where parts_no='$no' order by no desc ") or die(); while($rs=mysql_fetch_array($result_vdong)) { $dote=${"dote_".$jdate."_".$rs[dong_no]}; $pesa=${"pesa_".$jdate."_".$rs[dong_no]}; $weight=${"weight_".$jdate."_".$rs[dong_no]}; $feed=${"feed_".$jdate."_".$rs[dong_no]}; $temper=${"temper_".$jdate."_".$rs[dong_no]}; $humi=${"humi_".$jdate."_".$rs[dong_no]}; mysql_query("update farm_parts_dong_dote set dote='$dote' , pesa='$pesa', feed='$feed' , weight='$weight' , temper='$temper' , humi='$humi' where parts_no='$no' and dong_no='{$rs[dong_no]}' and jdate='$jdate' ") or die(); } $arr_rst['rst']='1'; echo json_encode($arr_rst); ?>