ascend / descend
Posted: Mon Dec 22, 2003 2:15 pm
how can i make things descend rather than asscend (please excuse spelling)
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$query = "SELECT * FROM tbl_name WHERE foo='$bar' ORDER BY '$somevar' DESC";