등록된 블로그와 게시물 총수 > 팁

등록된 블로그와 게시물 총수 정보

등록된 블로그와 게시물 총수

본문

<?
$total_blog = sql_fetch("select count(*) as cnt from {$gb4['blog_table']}");
$total_blog = $total_blog['cnt'];
$total_post = sql_fetch("select count(*) as cnt from {$gb4['post_table']}");
$total_post = $total_post['cnt'];
echo "개설된블로그 : 총 {$total_blog}<br>";
echo "등록된 게시물수 : 총 {$total_post}";
?>
  • 복사

댓글 전체

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