답변 1개
채택된 답변
+20 포인트
답변에 대한 댓글 1개
�
잘부탁합니닿
7년 전
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인전체 질문 목록
채택
답변대기
채택
채택
채택
답변대기
답변대기
답변대기
채택
답변대기
답변대기
채택
채택
채택
답변대기
채택
채택
답변대기
//=======================================================
// 시작 => 별점평가__있으면
IF ( (int)$list[$i]['to_1'] > 0 && $list[$i]['to_3'] > 0 )
{
?>
<section id="bo_v_info_add">
<div class="star_icon_div">
<span class="star_score_span" style="width:<?php echo (int)($list[$i]['to_3']*20); ?>%"></span>
</div>
<div style="float:left;color:#989898; padding-left: 10px; margin-top: -3px;">
<b style="color: #e63740;"><?php echo $list[$i]['to_3']; ?></b> (<?php echo number_format((int)$list[$i]['to_1']); ?>)</div>
</section>
<?php
}
// 끝 => 별점평가__있으면
//=======================================================
?>
이부분인데요
글이 없을때는 아무것도 안뜨더라구요 ㅠㅠ
어찌해야 글없을때 뭐라도 뜨게 하나요 ㅠ