View file file/privatcount.php

File size: 110B
<?php

$privat=mysql_query("SELECT COUNT(*) FROM `privat`;");
$k=mysql_result($privat, 0);
print $k;

?>