This seems to be a little advanced for me as I can't completely wrap my head around how to approach this.
I have an array that is an order of things:
array(23,54,1,45,12,9)
And then I have an array of values from the table. Within this array is an id which relates to the previous array. It holds quite alot of information so I'm hoping there might be an easy way, as opposed to the long and messy way, to sort this array with the values in the other array.
Looking through the array functions, I can't quite see it. Any advice on this one?
Sorry, I don't have any code produced on this...I'm trying to fish for a technique here if that's ok. Thanks...