My sceneario is like this: I have some tables in a MySQL Database, I connect to it using a PHP web service by JSON-RPC 2.0 protocol. I show the data of those tables on a Desktop App, coded in Java, it's like an Adminitration Tool that is used to make changes (and there is also an Android App which also uses this data). I need to check regularly for changes and show them to the user, the tables have a last_update column. The data in the app is stored on an Array.
How can I get the changes from the last time checked?