http://www.vidyasocks.com/requests.php
I want it so when I post in a thread it will bump that thread to the top.
This is what I currently have for the page"SELECT * from forum ORDER BY id DESC LIMIT 12";
The database has thread with an id(pk) and replies with a id(pk) and a thread_id(fk)
What do I do? Some kind of inner join I'd assume?