답변 1개
채택된 답변
+20 포인트
6년 전
참고 http://gnustudy.com/bbs/board.php?bo_table=skin_board&wr_id=199
<?php
$row_reply = sql_fetch(" select count(*) as cnt from {$write_table} where wr_num = '{$list[$i]['wr_num']}' and wr_reply != '' ");
if ($row_reply['cnt'] > 0 && !$list[$i]['wr_reply']) {
echo '답글'.$row_reply['cnt'];
}
?>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인