Posted by news.inet.tele.dk on 11/25/05 21:58
Hi
Can you help me sort my array on salary
$Person[$personid][salary]
e.g.
$Person[1][20000]
$Person[2][5000]
$Person[3][15000]
$Person[4][10000]
to
$Person[2][5000]
$Person[4][10000]
$Person[3][15000]
$Person[1][20000]
Thanx
Navigation:
[Reply to this message]
|