이건 무슨 에러인가요? 정보
이건 무슨 에러인가요?
본문
달력 최신 게시물을 설치 했는데요.
이런 에러가 나네요. ㅠㅠ
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=87703&sca=%B4%DE%B7%C2
알려주시면 감사하겠습니다. 크크 ^6
<td class="
SELECT wr_id, wr_subject FROM WHERE wr_1 = '20101001' AND wr_is_comment = 0
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 'WHERE wr_1 = '20101001' AND wr_is_comment = 0' at line 1
error file : /index.php
이런 에러가 나네요. ㅠㅠ
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=87703&sca=%B4%DE%B7%C2
알려주시면 감사하겠습니다. 크크 ^6
<td class="
SELECT wr_id, wr_subject FROM WHERE wr_1 = '20101001' AND wr_is_comment = 0
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 'WHERE wr_1 = '20101001' AND wr_is_comment = 0' at line 1
error file : /index.php
댓글 전체
테이블이름 없어서 그런거 같은데용?
SELECT wr_id, wr_subject FROM 테이블명 WHERE wr_1 = '20101001' AND wr_is_comment = 0
윗분 말씀대로 테이블명이 변수로 안넘어 간겁니다.
윗분 말씀대로 테이블명이 변수로 안넘어 간겁니다.
어떻게 수정해야하나요 ㅜㅜ?