오류가ㅜㅜ 정보
오류가ㅜㅜ본문
select MD5(CONCAT(wr_ip, wr_subject, wr_content)) as prev_md5 from order by wr_id desc limit 1
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 'order by wr_id desc limit 1' at line 1
error file : /gnuboard4/bbs/write_comment_update.php
게시판을 바꿨는데 글 입력이 안되고 저런게 떠요
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 'order by wr_id desc limit 1' at line 1
error file : /gnuboard4/bbs/write_comment_update.php
게시판을 바꿨는데 글 입력이 안되고 저런게 떠요
댓글 전체
$write_table 값이 넘어가고 있지 않습니다.
select MD5(CONCAT(wr_ip, wr_subject, wr_content)) as prev_md5 from order by wr_id desc limit 1
에러메세지에 빨간부분을 보시면 from 절 뒤에 해당 테이블명이 빠져있습니다.
$write_table 변수값이 제대로 넘어오는지 확인해보시기 바랍니다.
select MD5(CONCAT(wr_ip, wr_subject, wr_content)) as prev_md5 from order by wr_id desc limit 1
에러메세지에 빨간부분을 보시면 from 절 뒤에 해당 테이블명이 빠져있습니다.
$write_table 변수값이 제대로 넘어오는지 확인해보시기 바랍니다.