|
|
|
20년 전
|
조회 3,653
|
|
|
|
20년 전
|
조회 3,180
|
|
|
|
20년 전
|
조회 3,953
|
|
|
|
20년 전
|
조회 3,515
|
|
|
|
20년 전
|
조회 3,283
|
|
|
|
20년 전
|
조회 3,992
|
|
|
|
20년 전
|
조회 3,554
|
|
|
|
20년 전
|
조회 3,329
|
|
|
|
20년 전
|
조회 3,548
|
|
|
|
20년 전
|
조회 2,858
|
|
|
|
20년 전
|
조회 3,389
|
|
|
|
20년 전
|
조회 2,887
|
|
|
|
20년 전
|
조회 3,720
|
|
|
|
20년 전
|
조회 3,309
|
|
|
|
20년 전
|
조회 2,667
|
|
|
|
20년 전
|
조회 2,659
|
|
|
|
20년 전
|
조회 4,559
|
|
|
|
20년 전
|
조회 4,033
|
|
|
|
20년 전
|
조회 4,026
|
|
|
|
20년 전
|
조회 2,937
|
댓글 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])."' ";