no
qualkosa del genereCodice PHP:$tot_exe = mysql_query("SELECT count(id) as tot FROM agenda");
$row = mysql_fetch_assoc($tot_exe);
$totale_in_agenda = $row['tot'];
no
qualkosa del genereCodice PHP:$tot_exe = mysql_query("SELECT count(id) as tot FROM agenda");
$row = mysql_fetch_assoc($tot_exe);
$totale_in_agenda = $row['tot'];