I have Mobile App which updates MYSQL database. There are multiple users using this app. Our goal is to track changes made by these users and display it on a webpage.
I want to make a webpage in php where I can see stats.
So my question is how to detect changes in database (which are made through App) and display the 'Stats' of it on Webpage with the help of php?
Thanks