Hello all
I'm working on a comment script and it works fine but I wanna implement a feature which is hierarchy comments.
I understand that we need to connect a comment/reply with its topic via parent_id and so on for connecting a reply with a reply to it.
my questions are how can we control that when we do the insertion into the replies table? how will the connection via parent_id be made? and how to choose between post a reply to a topic or to another reply?
Thanks.