활용팁에 있는 글....알려주세요~~~~ > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

활용팁에 있는 글....알려주세요~~~~ 정보

활용팁에 있는 글....알려주세요~~~~

본문

활용팁에 보면 아래링크의 글이 있습니다.
1년전에 내가 쓴글 누가 답변달았는지,코멘트달았는지 아는법??? - 답변,쪽지,코멘트
http://sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=4503

적용 후

코멘트를 작성하고 확인을 누르면 다음과 같이 됩니다.

등록이 안되구요. 왜이럴까요?

Parse error: parse error, unexpected '}' in /home/hosting_users/jewelchurch/www/bbs/write_comment_update.php on line 262

  • 복사

댓글 전체

write_comment_update.php 에서

if ($comment_id)
    {
        $sql = " select wr_id, wr_comment, wr_comment_reply from $write_table where wr_id = '$comment_id' ";

이부분을  이렇게...

if ($comment_id)
    {
      $sql = " select wr_id, wr_comment, wr_comment_reply, wr_name, wr_content, mb_id
            from $write_table
            where wr_id = '$comment_id' "; //쪽지를 위해  wr_name, wr_content, mb_id 추가 by alik
© SIRSOFT
현재 페이지 제일 처음으로