Posted by Michael Fesser on 10/15/07 19:26
..oO(Paul)
>How can I sort a multi-dimensional array?
>For instance:
>a[Name], a[adress], a[number of messages].
>
>How to sort on the item of number of messages?
Write your own comparison function and use usort() to apply it.
Micha
Navigation:
[Reply to this message]
|