답변 1개
채택된 답변
+20 포인트
5년 전
bbs/view_comment.php 20번행 쿼리문을 아래처럼 변경하세요
$row = sql_fetch("select wr_comment from $write_table where wr_parent = '$wr_id' and wr_is_comment = 1 and wr_comment_reply ='' and mb_id='{$member['mb_id']}' "); //추가한 행
$sql = " select * from $write_table where wr_parent = '$wr_id' and wr_comment = '{$row['wr_comment']}' order by wr_comment, wr_comment_reply "; //20번 행 수정
로그인 후 평가할 수 있습니다
답변에 대한 댓글 2개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인전체 질문 목록
채택
답변대기
답변대기
채택
답변대기