2-table interaction: insert, get result, insert
问题 I need to make a fundamental decision of my database/web interaction and I am missing the knowledge to even find proper search terms. Background: I am building a family website which supports a forum, family tree, pvp games with rankings and more details, all from a datamodel. Technologies right now: Php, MySQL, javascript in object oriented fashion. Requirement: In a forum datamodel, process a written post as addition of a new forum topic (thread). Current approach: In my current datamodel