I couldn't find answer to this and not sure of how to ask question.
I got around it but be great to know.
So in this array
there is 8 columns.
If wanted to sort on a particular column (i.e. column 2 $taste) and it sort all the information on row can this be done.
So if you sorted on column 2 this would be things like 'golden,syrup,etc' and i want all the INFORMATIOn to then sort into
that.
I couldn't see how to sort on just a column.
I got around by creating an associated array with key + value of column 2 and using them to match original index of array element,but i hoped i would be able to use to the original array to use a php sort command.
Thanks