$fbArray[$j] = array($feedback CategoryArray[$i]['attributes']['NAME'] =>
$feedbackCatego ryArray[$i]['attributes']['DISPLAYNAME']);
I can't begin to fathom in my befuddled mind how to sort this array $fbArray
into alphabetical order according to
$feedbackCatego ryArray[$i]['attributes']['NAME'] - I am utterly lost, can
someone explain in detail how I would do it and why.
Thanx
Phil
$feedbackCatego ryArray[$i]['attributes']['DISPLAYNAME']);
I can't begin to fathom in my befuddled mind how to sort this array $fbArray
into alphabetical order according to
$feedbackCatego ryArray[$i]['attributes']['NAME'] - I am utterly lost, can
someone explain in detail how I would do it and why.
Thanx
Phil
Comment