스팸게시글 삭제가 안됩니다
스팸글이 올라와서 삭제하려는데 다음과같은 오류가 뜨면서 삭제가 안되는데 어떻게해야하나요?
insert into g4_syndi_delete_content_log(content_id, bbs_id, title, link_alternative, delete_date) values('3985','QA','경'마실황 중계','./bbs/board.php?bo_table=QA&wr_id=3985','20130311102656')
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 '마실황 중계','./bbs/board.php?bo_table=QA&wr_id=3985','20130311
error file : /orangv3/board/bbs/delete.php
답변부탁드립니다(__
insert into g4_syndi_delete_content_log(content_id, bbs_id, title, link_alternative, delete_date) values('3985','QA','경'마실황 중계','./bbs/board.php?bo_table=QA&wr_id=3985','20130311102656')
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 '마실황 중계','./bbs/board.php?bo_table=QA&wr_id=3985','20130311
error file : /orangv3/board/bbs/delete.php
답변부탁드립니다(__
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 2개
에러가 나는 이유는 로그 내용부분에 '가 들어가 있어서 그렇습니다.
내용변수에
addslashes()
처리해서 넣어주시면 되겠습니다.