Posts by Eduardo Lagares • 11 points
1 post
-
1
votes3
answers252
viewsA: Group and add PHP dynamic arrays
When updating check if the index exists in the array, if yes you sum with current value, if not you create. // carrinho $lista = array( 636 => 1, 637 => 2 ); // ação $qtd = 1; $produtoId =…