Hello,
I am trying to sort an XML feed.
In my script it has 4 arrays containing the url, title, description and bid amount.
I want to display in the order of the highest bid amount.
How can I sort the bid amount array and also sort the other 3 arrays to keep them matched up?