index.php에 total_cout 넣는법 문의 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

index.php에 total_cout 넣는법 문의 정보

index.php에 total_cout 넣는법 문의

본문

funny게시판의 총게시물수를 index.php에 latest처럼 불러오려고 하는데,
잘 안되네요.

<?
$row=sql_fetch_array("select bo_count_write from $g4[board_table] where bo_table='funny'");
 $total_count=$row[bo_count_write];

echo $total_count;
?>
총 : <?=number_format($total_count)?>개

이렇게 하였는데, 안되요ㅠㅠ 왜 안될까요? 총 : 0개 라고만 나와요.
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로