I have a table that is updated by a form on a daily basis. I would also like this data to be inserted as a new row in another table at the same time. Any ideas on how I should go about doing this ?
If you already have the form's action set up to run a MySQL UPDATE statement, then you simply need to add an additional MySQL statement beneath that to INSERT the data in the other table. Or am I misunderstanding?
f you already have the form's action set up to run a MySQL UPDATE statement, then you simply need to add an additional MySQL statement beneath that to INSERT the data in the other table. Or am I misunderstanding?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.