How-to articles, tricks, and solutions about TRIGGERS
Invoking a PHP script from a MySQL trigger
It is possible to invoke a PHP script from a MySQL trigger by using the system() function in the trigger's body.