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