I have two tables with same rows and columns one is on my localhost and second is on a remote server.
What I want is that if some one will add any data to my online remote server it should make an entry automatically to my localhost database.
Is there any way to use a trigger or anything else I can do..