Android: PHP script to MS Access Database
Is 开发者_如何学运维there a PHP script that could fetch data from MSAccess Database? because my database is MsAccess. Then android could view that data in that webservice.. As i know.. PHP script is mostly used in MySQL database. Fetch the data and output will be in JSON Format. The android could get the data by using http post.
This is some example and useful stuff on how to print JSON format using PHP:
- Returning JSON from PHP to JavaScript?
- http://www.php.net/manual/en/book.json.php
精彩评论