특정 게시판 코멘트 일괄삭제 하는방법좀 알려주세요 정보
특정 게시판 코멘트 일괄삭제 하는방법좀 알려주세요첨부파일
본문
http://sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=14081&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%C4%DA%B8%E0%C6%AE+%C0%CF%B0%FD&sop=and
위 링크 팁을 적용했는데 에러가 나서요...
첨부파일 처럼했는데 문제가 뭔지 모르겠씁니다.
에러메시지
select * from B11_1 where wr_comment > 0 order by wr_id desc
위 링크 팁을 적용했는데 에러가 나서요...
첨부파일 처럼했는데 문제가 뭔지 모르겠씁니다.
에러메시지
select * from B11_1 where wr_comment > 0 order by wr_id desc
1146 : Table 'inside.B11_1' doesn't exist
error file : /plugin/admin/board/comment.php
댓글 전체
$write_table = 삭제하기 원하는 테이블명;
이부분을 잘못 넣으신 듯 합니다.
$write_table = "g4_write_B11_1";
이렇게 넣어야....
이부분을 잘못 넣으신 듯 합니다.
$write_table = "g4_write_B11_1";
이렇게 넣어야....
Resource id #58
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 'Resource id #58' at line 1
error file : /plugin/admin/board/comment.php
저도 해봤었었는데 이런 오류가 떠서요...
PHP 버젼 5.2.10
MYSQL 버젼 5.1.34-log
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 'Resource id #58' at line 1
error file : /plugin/admin/board/comment.php
저도 해봤었었는데 이런 오류가 떠서요...
PHP 버젼 5.2.10
MYSQL 버젼 5.1.34-log
게시판 아이디가 아니라 테이블 명 이군요~