View file file/usercount.php

File size: 106B
<?php

$g = mysql_query("SELECT COUNT(*) FROM `uzvers`;");
$k=mysql_result($g, 0);
print "".$k."";
?>