채택완료

<?php echo number_format((int)$total_count) ?>

리스트에 있는 

<?php echo number_format((int)$total_count) ?>

위의 코드를 

view 와 write 페이지에서 불러 올 수 있나요?

감사합니다.

|

답변 1개 / 댓글 1개

채택된 답변
+20 포인트

Copy
<?php echo number_format((int)$board['bo_count_write']); ?>

답변에 대한 댓글 1개

답변 감사합니다.

답변을 작성하려면 로그인이 필요합니다.