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/profile_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"); foreach($_POST as $key => $value) { ${$key}=trim($value); } include_once("dbconn.php"); include_once("lib.php"); $is_mem=RS("select * from ltms_member where no != '$no' and user_id='$user_id' "); if($is_mem[no]) { echo "<script>alert('아이디가 중복됩니다.');history.back();</script>"; exit; } $cel=add_hyphen($cel); mysql_query("update ltms_member set user_id='$user_id', pass='$pass', user_name='$user_name', addr='$addr', addr2='$addr2', email='$email', cel='$cel' , mtype='$is_memberType' where no='$no' ") or die(); mysql_query("update ltms_company_member set user_id='$user_id', company_part='$company_part', company_position='$company_position' where ltms_member_no='$no' ") or die(); echo "<meta http-equiv='refresh' content='0;url=company_member_edit.php'>"; ?>