I have a table "news" in my database.
There are fields for author, subject, date, time, picture, and message.
I want to add a field "comments" for people to post comments in, but I'm not quite sure how I can organize that.
I mean, there'll be many comments, and I don't know if I should just add a delimeter between each comment and stuff it all in the comments field, or do something else?
Oh, and what's INDEX? It seems to make an array of a certain field, but I don't fully understand it's use.
Thank you.
There are fields for author, subject, date, time, picture, and message.
I want to add a field "comments" for people to post comments in, but I'm not quite sure how I can organize that.
I mean, there'll be many comments, and I don't know if I should just add a delimeter between each comment and stuff it all in the comments field, or do something else?
Oh, and what's INDEX? It seems to make an array of a certain field, but I don't fully understand it's use.
Thank you.