Here is my problem. I have a multi-threaded message board setup on my mySQL database, and I want to be able to query my message board table (msboard in my case) to find out if anybody has replied to a recent post by the logged in user.
This sounded simple enough, but I'm not exactly a master at SQL. Anyways. I don't know how to write my query that would be, in english to "Find all of the records that is a child of a message posted by $SomeUserIDnumber".
If I ever get good at this, or somebody out there with the knowledge wants to, I think that an article on Managing Multi-Threaded Message Boards could be written. That would be pretty helpful.