I'm not sure if this is possible, i've scoured the PHP manual thingy and didnt find anything. What I need is to echo an array in reverse order eg. if my array was 3 8 4 67 2 I'd want it displayed as 2 67 4 8 3. I've found plenty of ways to sort them in reverse number order etc but not what I want!
Bookmarks