i want to know how to code the discussion box
how to make a forum feedbacks page or discussion box
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Oct 31, 2016, 4:05 PM
A feedback page or discussion page is a simple database backed page. The database contains tables, such as Feedback and the feedback has multiple replies. A reply is again a record in the Replies table. So all of these are just the records in the database that are presented using HTML and CSS on the browser.