How to insert the recently inserteddata of a table to others DB's Table? See description...
- by Parth
I am using MySQL DB and I have created a PHP script for the following, now i need the idea for the below asked question.... please help...
I have a table called audit trail whose structure is:
id, trackid, table, operation,
newvalue, oldvalue, field, changedone
I have created triggers for insert/update/delete for every table of same DB,…