+ 1

how to make it work

i want to make a program that where i can post a status and others that can see it can put a comment, just like this.

31st Jul 2016, 2:33 PM
Ao Nekko
Ao Nekko - avatar
1 Answer
+ 3
Create a web page with the required form elements. A simple table stucture you could use is: Topic table ID, id of the table Author, who posted the topic Title, title of the topic Body, message of the topic Comment table ID topicID, The ID of the topic this belongs to Author Body You would then add new topics and comments to the correct table and link them using the Topic ID
31st Jul 2016, 3:29 PM
Nathan “Grimston” Pipes
Nathan “Grimston” Pipes - avatar