Well, I need to create a comment system for posts that people add to my web app. This web app is just like facebook or myspace posts. Users add posts and people can comment on them. But the problem is I don't know how to store each comment in mysql table. How can I map each comment to the specific author.
I am new to mysql and how can I learn to solve things like that. Is there any books on the subject. I know some basic sql.
Thank you!