I've created a forum in php with a MySQL backend, but at the moment it is more like a message board because I don't know how I can create a script that adds a reply to a certain message.
For example I have one table, you fill in a form and the data goes in the table. I retrieve this data using a query and print it on screen... simple enough.
I'd like to make it so that you can post a reply and whenever that message is accessed the replys are printed on screen as well. So they are sort of appended to the message, not like threaded discussion.
I haven't a clue how to do this, can somebody point me to a tutorial (not the hotwired one, I've tried that) or give me an idea of the methods involved... thanx