ascend / descend
Moderator: General Moderators
ascend / descend
how can i make things descend rather than asscend (please excuse spelling)
I'm guessing you're talking about a MySQL query but next time be sure to give all the info about the problem you're having.
Heres an example:
Heres an example:
Code: Select all
$query = "SELECT * FROM tbl_name WHERE foo='$bar' ORDER BY '$somevar' DESC";