문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top