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.
Asked
Active
Viewed 372 times
-1
-
1If you are running PHP on Windows, you can set up your Access DB in ODBC Manager, and use the ODBC SQL functions in PHP. – AndrewR Oct 08 '11 at 08:53
-
@AndrewR Ok sir. Is is possible that the output of that php script is in JSON Format? – ching Oct 08 '11 at 09:09
-
1If you can print something, you'll be able to use every format you want. – Aurelio De Rosa Oct 08 '11 at 09:24
-
Could you send me some sample codes? – ching Oct 08 '11 at 09:31
1 Answers
0
This is some example and useful stuff on how to print JSON format using PHP:

Community
- 1
- 1

Aurelio De Rosa
- 21,856
- 8
- 48
- 71