Invoking a PHP script from a mysql trigger
Posted
by Shyju
on Stack Overflow
See other posts from Stack Overflow
or by Shyju
Published on 2009-09-23T17:06:02Z
Indexed on
2010/05/04
6:28 UTC
Read the original article
Hit count: 191
Is there anyway invoke a PHP page / function when a record being inserted in to the mysql db table. We dont have control over the record insertion procedure.Is there some thing called trigger which can call a PHP script back ?
© Stack Overflow or respective owner