#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

@ -31,7 +31,7 @@ if ($_POST['act_button'] == "선택수정") {
mb_intercept_date = '{$_POST['mb_intercept_date'][$k]}',
mb_mailling = '{$_POST['mb_mailling'][$k]}',
mb_open = '{$_POST['mb_open'][$k]}',
mb_hp_certify = '{$_POST['mb_hp_certify'][$k]}',
mb_certify = '{$_POST['mb_certify'][$k]}',
mb_adult = '{$_POST['mb_adult'][$k]}'
where mb_id = '{$_POST['mb_id'][$k]}' ";
sql_query($sql);