I’m trying to develop android web apps using html 5.I’m using dreamviewer 5 with Jquery.
but i want to access hosted mysql database. how can i do this from html 5?
Is this a good way to pass parameters to php and access mysql? or any appropriate way
to do this.
many thanks for any help
You should use web services in PHP to transfer data data.
Some of them are :
XML _RPC
SOAP
REST
Here are some examples :
http://www.codeproject.com/Articles/267023/Send-and-receive-json-between-android-and-php
http://p-xr.com/android-tutorial-series-from-sql-php-to-xml-json-to-android-listview/