is there a way of returning a mysql data set in reverse order?
Im trying to return a set of results starting with the last and ending with the first but im finding it increasingly difficult, surely there is a simple way of doing this?
I've tried using multi-dimensional arrays then flipping them, but this never seemed to work and also seemed needlessly complicated.
Any help would be appreciated.
Thx
Lazesharp