PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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?
$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;);