è qeullo che sto cercando di fare :
io ho fatto cosi :
$a[] = array ($tot);
print_r ($a);
$b = array_sum($a);
echo "tot $b";
poi se metto
e questo è il ristulato :
Array ( [0] => Array ( [0] => 0.96 ) ) tot 0
è qeullo che sto cercando di fare :
io ho fatto cosi :
$a[] = array ($tot);
print_r ($a);
$b = array_sum($a);
echo "tot $b";
poi se metto
e questo è il ristulato :
Array ( [0] => Array ( [0] => 0.96 ) ) tot 0