I'm doing a simple forum for a website.
In the list of messages, the relevant fields are, id and parent.
For new threads, the parent column is set to -1, and for replies, the parent column is holding the id of the message replied to (simple, eh?).
The problem now is when I want to make a...