A
Anonymous
Guest
Thanks very much for providing a detailed description of your problem with screen shots etc. Unfortunately I still didn't get exactly what your problem was, but understood the gist of it. The problem is your question was too technical as to what you wanted, and I was getting confused. It's much easier to say "I want a and b ordered by c from table d" than to say "I want skjfhds and duyr ordered by lskd from table sda" (slightly OTT example but you get the point).
I myself have faced many problems with MySQL not ordering things the way I want to. The way I get around them is to load everything into an array, and then manipulate the array. It's complicated to do, but ensures you get exactly the right results with no need for compromise! You can then use the array to output your data.
I myself have faced many problems with MySQL not ordering things the way I want to. The way I get around them is to load everything into an array, and then manipulate the array. It's complicated to do, but ensures you get exactly the right results with no need for compromise! You can then use the array to output your data.