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/ltms_breed_data_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(); mysql_query("update breed_settting set day_dote_rate='$dote_rate', day_weight='$weight', day_water='$water', day_feed='$feed', day_temp='$temp', day_humi='$humi', day_fcr='$fcr' where egg_jong_type='5' and breed_type='$breed_type' and jong_type='$jong_type' and company_no='{$_COOKIE[ltms_company_no]}' and day_num='$n' ") or die(); $arr_rst['rst']='1'; echo json_encode($arr_rst); ?>