도로명 주소 표기 방법에 따른 수정

This commit is contained in:
chicpro
2014-01-03 14:07:53 +09:00
parent eb434eaf3d
commit f9daab0dbe
9 changed files with 45 additions and 17 deletions

View File

@ -29,6 +29,8 @@ if($_POST['mb_certify_case'] && $_POST['mb_certify']) {
$mb_adult = 0;
}
$mb_addr2 = get_address2($_POST['mb_addr2'], $_POST['mb_addr3']);
$sql_common = " mb_name = '{$_POST['mb_name']}',
mb_nick = '{$_POST['mb_nick']}',
mb_email = '{$_POST['mb_email']}',
@ -40,7 +42,7 @@ $sql_common = " mb_name = '{$_POST['mb_name']}',
mb_zip1 = '{$_POST['mb_zip1']}',
mb_zip2 = '{$_POST['mb_zip2']}',
mb_addr1 = '{$_POST['mb_addr1']}',
mb_addr2 = '{$_POST['mb_addr2']}',
mb_addr2 = '{$mb_addr2}',
mb_addr_jibeon = '{$_POST['mb_addr_jibeon']}',
mb_birth = '{$_POST['mb_birth']}',
mb_sex = '{$_POST['mb_sex']}',