Merge the sub array if it has the save id value?
- by sophie
I have an array and I want to merge the sub array that have the same id value together:
<?php
$a = Array(
Array
(
"id" => 1,
"id_categorie" => 1,
"nb" => 18
),
Array
(
"id" => 1,
"id_categorie" => 8,
…