matty Posted March 1, 2007 Share Posted March 1, 2007 Hey, Currently i am using this. $1 = mysql_query("select * from table order by 'row'"); At the moment it orders them but with highest number down the bottom and highest up the top, how can i switch these around? Many thanks, Matt Link to comment https://forums.phpfreaks.com/topic/40750-solved-ordering-data-from-a-database/ Share on other sites More sharing options...
Orio Posted March 1, 2007 Share Posted March 1, 2007 select * from table order by 'row' DESC Orio. Link to comment https://forums.phpfreaks.com/topic/40750-solved-ordering-data-from-a-database/#findComment-197277 Share on other sites More sharing options...
matty Posted March 1, 2007 Author Share Posted March 1, 2007 Awesom, Thanks. Link to comment https://forums.phpfreaks.com/topic/40750-solved-ordering-data-from-a-database/#findComment-197278 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.