Need help getting comments on posts. | Sololearn: Learn to code for FREE!
+ 1

Need help getting comments on posts.

Good day, I have a project that takes input from a form and adds it to database then displays info under posts. I would like make it so that users can add comments to that posts but I don't even know where to start. Can anyone help

29th Nov 2018, 10:55 AM
J. Le Roux
J. Le Roux - avatar
1 Odpowiedź
+ 2
I am sorry to say I am not too familiar with databases, but here is an idea: You could assign a unique ID number to each post, then when the database accepts an input, the comment has an attribute that records the ID of the comment it is for. Hope this Helps.
29th Nov 2018, 1:15 PM
SuperC
SuperC - avatar