Very simple question, looking on google brings up plenty of MySQL resources on triggers but I can't find the answer I am looking for.
What I want to know is; When I perform a query on a database from PHP, Does MySQL provide any way for PHP to know a trigger was called?
I am trying to implement an achievement system in PHP, and MySQL triggers seem to be the best way to track changes to data.