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: 172

Filed under:
|
|
|

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

Related posts about sql

Related posts about mysql