View file comm/count.php

File size: 97B
<?php
$k_post=mysql_result(mysql_query("SELECT COUNT(*) FROM `comm`"),0);
echo"($k_post)"; 
?>