html 명령 주석처리
본문
아래에서 말입니다.
붉은 색상처리된 부분을 삭제하지 않고 명령이 실행되지 않도록 감싸는
주석처리문이 있습니까?
즉, 브라우저에 보았을 때 오늘 방문자만 보이도록 말입니다.
<div class="widget-box">
<ul style="padding:0; margin:0; list-style:none;">
<li><i class="fa fa-bug red"></i> <a href="<?php echo $at_href['connect'];?>">
현재 접속자 <span class="pull-right"><?php echo number_format($stats['now_total']); ?><?php echo ($stats['now_mb'] > 0) ? '(<b>'.number_format($stats['now_mb']).'</b>)' : ''; ?> 명</span></a>
</li>
<li><i class="fa fa-bug"></i> 오늘 방문자 <span class="pull-right"><?php echo number_format($stats['visit_today']); ?> 명</span></li>
답변을 작성하시기 전에 로그인 해주세요.