코멘트수를 추출하는데... 정보
코멘트수를 추출하는데...본문
<?=$list[$i][comment_cnt]?>
요렇게 해서 추출했더니...
(숫자)
이렇게 표시되는데
가로를 삭제하려면 어떻게 해야하나요
댓글 전체
/lib/common.lib.php 296줄
$list['comment_cnt'] = "($list[wr_comment])";
$list['comment_cnt'] = "($list[wr_comment])";
답변감사합니다.