Is there any way how to invoke a PHP page / function when a record is inserted to a MySQL database table? We don\'t have control over the record insertion procedure. Is ther
Run away from store procedures as much as possible. They are pretty hard to maintain and are VERY OLD STUFF ;)