(for an App I'm writing). I'd rather query the DB from the phone, get the results,
and format locally for mobile display. I don't want to just redirect the user to the
phpMyFAQ web site because the mobile web browser on the device can be slow and
memory intensive.
Can you recommend a "web-service" like way (e.g. xml or json) to query the DB
and return that information? Or, should I try to do a MySQL DB query? Thanks.
jhansen