I have a database that I want to synchronize with a local database on the client side using html5 webDb. (Http://www.w3.org/TR/webdatabase/)
I have a couple of questions:
- What is the best way to do this synchronization (I am using php + mysql)
- Which browsers support the client-side database.
source
share