Codice PHP:
$query "SELECT COUNT(*) [b]AS tot[/b] FROM utenti";
$q mysql_query($query);
$ar mysql_fetch_array($q);
$conta $ar['tot'];