I have two tables, articles and logs. When new record is inserted into the articles table the ID of that article should be inserted into the logs table after that… How this can be done using mysql/php? Can anyone please provide an example of code?
Share
one very simple example