Hello, I have a very detailed php page that gets/send data to/from mysql db. I have to rewrite this page as HTML/Javascript that communicates with Gears sqlite db.
There are many functions on this php page which are not going to be available in offline mode. I have the Database Demo Code and have a decent understanding how this works. I am not sure, however, where to start in untangling the server-side code and making it client-side. Any ideas? meerkat
