سؤال

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