View file file/alluserscount.php

File size: 130B
<?
$messagesg = @mysql_query("select * from `users` ;");
      $countg = @mysql_num_rows($messagesg);
      echo "$countg";
?>