I am making a web app using PHP. I want to place event triggers on the database.
I have the triggers wriiten. I have no Idea where to place them so that it is executed.
I am making a web app using PHP. I want to place event triggers on the database.
I have the triggers wriiten. I have no Idea where to place them so that it is executed.
A trigger is written like you write normal sql queries.
For example : Create mysql trigger via PHP?
Where are you using it though?