简体   繁体   中英

How to trigger PHP from Mysql Stored Procedure?

I pass all the data to mysql stored procedure to saved into database with complex process. On the same time. If the data meet certain requirement an email should be trigger to client.

Is this possible?

Quick reference to the manual: http://www.php.net/manual/en/mysqli.quickstart.stored-procedures.php

You can call it just like you'd run any other query.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM