#492 kcb 아이핀 휴대폰본인학인 추가

This commit is contained in:
chicpro
2013-08-20 17:54:45 +09:00
parent a0b352db23
commit 9c769f145c
31 changed files with 788 additions and 187 deletions

View File

@ -16,7 +16,7 @@ $mb_id = escape_trim($_POST['mb_id']);
$mb_hp = $_POST['mb_hp'];
if($mb_hp) {
$result = exist_mb_hp($mb_hp, $mb_id);
if ($result)
if ($result)
alert($result);
}
@ -26,7 +26,7 @@ $sql_common = " mb_name = '{$_POST['mb_name']}',
mb_homepage = '{$_POST['mb_homepage']}',
mb_tel = '{$_POST['mb_tel']}',
mb_hp = '{$_POST['mb_hp']}',
mb_hp_certify = '{$_POST['mb_hp_certify']}',
mb_certify = '{$_POST['mb_certify']}',
mb_adult = '{$_POST['mb_adult']}',
mb_zip1 = '{$_POST['mb_zip1']}',
mb_zip2 = '{$_POST['mb_zip2']}',