I am trying to setup a message board in PHP, and use MySQL to store the messages. I want each message stored in table as a row. I also have the replys added to the table of the original topic. Anways, whenever a reply is added, it adds it to the end, but I would like a reply to a specific message directly after it. Is there anyway I could easily set it up to where a reply is inserted at a specific location in the table?