I am making a website in which a user logs in and on the welcome page, he can add diiferent posts, like in facebook and those posts are shown on the same page using POST
.
My question is that if i want to add comment boxes along with each post, what can be the code. Also please tell me how to manage the database when the comments will be added,, means what are the other tables that need to be created.
Right now I have 2 tables. one is the users table(attributes:user_id, username)
and the other one is posts table(attributes: username, post_content)
Thanks in advance.