PHP
Using table triggers to log changes in your database tables.
Tracking changes in a table or several tables for that matter can be essential for your application, and we are going to take a look on how to do that using only the MySQL/MariaDB database. Read more…