Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ltms.eemo.co.kr
/
public_html
/
super
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/ltms.eemo.co.kr/public_html/super/doge_yejung_plan_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) { ${$key}=mysql_real_escape_string(trim($value)); } $arr_rst=array(); $arr_yo=array("1"=>"mon","2"=>"tue","3"=>"wed","4"=>"thu","5"=>"fri","6"=>"sat","7"=>"sun"); for($w=1000;$w<=2000;$w+=50) { $vv=${"frm".$day_n."_".$w}; $col="susu_".$arr_yo[$day_n]; mysql_query("update doge_yejun_plan set $col = '$vv' where company_no='$company_no' and jong_type='$jong_type' and breedtype='$breedtype' and jyear='$jyear' and jucha='$jucha' and weight='$w' ") or die(); mysql_query("update doge_yejun_plan set sum_susu=(susu_mon+susu_tue+susu_wed+susu_thu+susu_fri+susu_sat+susu_sun) where company_no='$company_no' and jong_type='$jong_type' and breedtype='$breedtype' and jyear='$jyear' and jucha='$jucha' and weight='$w' ") or die(); } $arr_rst['rst']='1'; echo json_encode($arr_rst); ?>