이 에러 좀 봐주세요.. 정보
이 에러 좀 봐주세요..본문
select count(*) as cnt from onuri_group_member where mb_id = '') or ('1'='1') and (mb_level='10'
1064 : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') or ('1'='1') and (mb_level='10'' at line 1
error file : /adm/member_list.php
뭔뜻인가요??
댓글 전체
mb_id = '') or ('1'='1') and (mb_level='10'
이부분이 쿼리 형식에 맞지 않습니다.
mb_id = '' or ( '1'='1' and mb_level =10' ) 이렇게요
이부분이 쿼리 형식에 맞지 않습니다.
mb_id = '' or ( '1'='1' and mb_level =10' ) 이렇게요