CiaoCodice PHP:
$somma = 0
while($row= mysql_fetch_array($guarda)){
$somma += $row['bella'];
}
echo "La somma totale è: ".$somma;
CiaoCodice PHP:
$somma = 0
while($row= mysql_fetch_array($guarda)){
$somma += $row['bella'];
}
echo "La somma totale è: ".$somma;