Grazie.

Ho l'array $_SESSION['cart'] che contiene l'id di prodotti inseriti nel carrello e per ogni id la relativa quantità.

vorrei ottenere la somma delle quantità per sapere quanti pezzi sono presenti nel carrello.
codice:
Array
(
    [13] => Array
        (
            [quantita] => 3
        )

    [12] => Array
        (
            [quantita] => 5
        )

)
in questo caso dovrei ottenere 8