글수정후 나오는 에러문구입니다. 무엇이 문제인지요..?? 정보
글수정후 나오는 에러문구입니다. 무엇이 문제인지요..??본문
글 수정후 아래문구가 출력됩니다.
대략 어떤 문 제인지 알 수 있을까요...??
update g4_product set bo_table = 's38', wr_id = '6', ca_name = 'ISDV-T', wr_option = '', wr_subject = '11', wr_content = '', wr_link1 = '', wr_link2 = '', mb_id = 'admin', wr_name = '관리자', wr_email = '*** 개인정보보호를 위한 이메일주소 노출방지 ***', wr_homepage = '', wr_datetime = '2009-08-12 16:53:45', wr_1 = '11', wr_2 = '', wr_3 = '', wr_4 = '', wr_5 = '', wr_6 = '', wr_7 = '', wr_8 = '', wr_9 = '', wr_10 = '', where wr_id = '6' and bo_table = ''
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_id = '6' and bo_table = ''' at line 25
error file : /board/bbs/write_update.php
댓글 전체

wr_10 다음에 쉼표가 들어가있네요~~
where 앞에 쉼표를 제거해보세요~
where 앞에 쉼표를 제거해보세요~
간지의제왕님 감사합니다. ^^