I am running a LAMP stack. I need to be able to update the values in the column of one table with the values of another column residing on a different table (in the same DB). This needs to be done in real time (or close to it)
Example: table 1: name, age, dob table 2: pname, page, pdob
When values are entered into table one via a form, how do I get them onto the corresponding columns in table 2.