prova cosi


$query_posts = "SELECT COUNT(*) FROM tua_tabella_iscritti";
$result_posts = mysql_fetch_row($query_posts);
$totale_iscritti = $result_posts[0];

echo $totale_iscritti;