main confusion start here like to how to design this below part
suppose user X post a questions and other people will post answer for that post and when user click on my thread link then user will see list of his asked questions but those will be at top whose answer has been given recently.
if user X post any answer then that thread will be shown in user X's question list.
i have bit unclear idea to table design for this kind of forum.
1) i will have category master table
2) PostTable where questions will be stored.
3) how to design answer table?
please come with table design. thanks