bodyland Posted April 1, 2007 Share Posted April 1, 2007 I have this line in a php script: $sql3=@mysql_query("select url,text from recips where girl='$linkid' order by vote"); I want the order reversed - how do I do that? Link to comment https://forums.phpfreaks.com/topic/45114-reverse-order/ Share on other sites More sharing options...
tippy_102 Posted April 1, 2007 Share Posted April 1, 2007 ORDER BY vote DESC Link to comment https://forums.phpfreaks.com/topic/45114-reverse-order/#findComment-219002 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.