3
Whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa, how do I add the values of the indexes that have the same name in php, I’m using the Laravel if you have any extra function.
Print:
[0] => Array
(
[Produto] => chocolate
[Quantidade] => 300
)
[1] => Array
(
[Produto] => morango
[Quantidade] => 150
)
[2] => Array
(
[Produto] => chocolate
[Quantidade] => 400
)
[3] => Array
(
[Produto] => morango
[Quantidade] => 200
)
[4] => Array
(
[Produto] => cacau
[Quantidade] => 40
)
[5] => Array
(
[Produto] => chocolate
[Quantidade] => 250
)
[6] => Array
(
[Produto] => morango
[Quantidade] => 125
)
I would like this result: Chocolate: 950 strawberry: 475 cocoa: 40
sum the values that have the same index;
thank you in advance
thank you very much, Jader’s code also worked!
– Rafael Lins