0
I want to group the data with the same code of this array, I have tried several ways, but so far nothing. Someone has an idea?
array (size=5)
0 =>
array (size=2)
'CODIGO' => string '231' (length=3)
'NOME' => string 'Mary' (length=22)
1 =>
array (size=2)
'CODIGO' => string '188' (length=3)
'NOME' => string 'Bernardino' (length=16)
2 =>
array (size=2)
'CODIGO' => string '188' (length=3)
'NOME' => string 'Carlos' (length=19)
3 =>
array (size=2)
'CODIGO' => string '93' (length=2)
'NOME' => string 'Alessandra' (length=17)
4 =>
array (size=2)
'CODIGO' => string '93' (length=2)
'NOME' => string 'Aparecida' (length=9)
5 =>
array (size=2)
'CODIGO' => string '93' (length=2)
'NOME' => string 'Raquel' (length=12)
From now on, thank you!
Your question is not very clear. What data do you want to group? Here are some tips on how to ask a slightly more complete question, to increase the chance of an answer that helps: [Ask] and [Help]. Then you can [Dit] the post and add details.
– Bacco