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

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

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

본문

<?
$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}";
?>

댓글 전체

전체 69
팁 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT