include 'banco.php';
$result=mysql_query("SELECT count(*) as total from usuarios where acao = 'ACÕES DE ESPORTES SOCIAIS'");
$data=mysql_fetch_assoc($result);
echo "Total de inscritos ESPORTES.:. ". $data['total'];
?> -
include 'banco.php';
$result=mysql_query("SELECT count(*) as total from usuarios where acao = 'NATAÇÃO SOCIAL DA CIDADANIA'");
$data=mysql_fetch_assoc($result);
echo "Total de inscritos NATAÇÃO.:. ". $data['total'];
?>