|
|
|
20년 전
|
조회 3,653
|
|
|
|
20년 전
|
조회 3,179
|
|
|
|
20년 전
|
조회 3,953
|
|
|
|
20년 전
|
조회 3,514
|
|
|
|
20년 전
|
조회 3,282
|
|
|
|
20년 전
|
조회 3,991
|
|
|
|
20년 전
|
조회 3,552
|
|
|
|
20년 전
|
조회 3,325
|
|
|
|
20년 전
|
조회 3,548
|
|
|
|
20년 전
|
조회 2,857
|
|
|
|
20년 전
|
조회 3,388
|
|
|
|
20년 전
|
조회 2,887
|
|
|
|
20년 전
|
조회 3,719
|
|
|
|
20년 전
|
조회 3,309
|
|
|
|
20년 전
|
조회 2,666
|
|
|
|
20년 전
|
조회 2,658
|
|
|
|
20년 전
|
조회 4,558
|
|
|
|
20년 전
|
조회 4,032
|
|
|
|
20년 전
|
조회 4,025
|
|
|
|
20년 전
|
조회 2,936
|
댓글 1개
$sql = " select mb_id, mb_password_q from $g4[member_table] where mb_name = '$_POST[mb_name]' and mb_jumin = '".sql_password('$_POST[mb_jumin]')."' ";
아래와 같이 수정 ---->
$sql = " select mb_id, mb_password_q from $g4[member_table] where mb_name = '$_POST[mb_name]' and mb_jumin = '".sql_password($_POST[mb_jumin])."' ";