Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ltman.eemo.co.kr
/
public_html
/
www
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ltman.eemo.co.kr/public_html/www/join_next_do_22.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(); $rs_fno=RS("select * from ltman_member where wetak_codenum='$wetak_codenum' "); $query="insert into ltman_member set fno='{$rs_fno[no]}', id='$user_id', name='$user_name', pass='$user_pass', lat='$lat', lon='$lon', sido='$sido', sigungu='$sigungu', tel='$user_cel', email='$email_22', addr='$user_addr', addr2='$user_addr2', mtype='$mtype', mtype2='$mtype2', wetak_codenum='{$rs_fno[wetak_codenum]}', wetak_company_name='$wetak_company_name', regdate=now() "; mysql_query($query) or die(mysql_error()); $arr_rst['rst']='1'; $arr_rst['code']=$code; echo json_encode($arr_rst); ?>