Codice PHP:
$ex mysql_query("SELECT COUNT(*) as conto FROM users");
$ft mysql_fetch_array($ex);

echo 
"Totale utenti iscritti: " $ft['conto'];