Hello I have a php/mysql project in which I have a database table that keeps track of events. I want to send an email to interested parties when a change is made to an event. The email would state what changed ex: time, location, etc.
What is best approach? I don't need a revision history. Just the diff between previous and updated version.