Order by lost posted in topic
Posted: Fri Apr 01, 2005 8:46 pm
I'm working on a forum, and I'm trying to make the view topics list so that it displays the last topic posted in, unstead of just the last topic posted. Here's what I have so far, what do I have to do to change it?
Code: Select all
$query = mysql_query("e;SELECT * FROM `forum` WHERE `show`='1' AND `type`='topic' AND `sticky`='0' AND board='{$_REQUESTї'board']}' ORDER BY posted DESC"e;);