Search found 2 matches
- Wed Oct 20, 2004 2:29 pm
- Forum: PHP - Code
- Topic: Grouping an Array
- Replies: 3
- Views: 259
- Wed Oct 20, 2004 1:01 pm
- Forum: PHP - Code
- Topic: Grouping an Array
- Replies: 3
- Views: 259
Grouping an Array
I have an array ї0] => 1 ї1] => B ї2] => NameOne ї0] => 2 ї1] => C ї2] => NameTwo ї0] => 2 ї1] => A ї2] => NameThree ї0] => 2 ї1] => B ї2] => NameFour I would like to group all of ...