Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Php & Http...anyone care to explain? Please?

  • 08-07-2010 03:55PM
    #1
    Registered Users, Registered Users 2 Posts: 1


    I just have pretty much no clue where to start in figuring out how to get a Java application for Android to transfer information through to PHP to a MySQLLite database...Could anyone shed a bit of light on the subject please?


Comments

  • Registered Users, Registered Users 2 Posts: 515 ✭✭✭NeverSayDie


    Well, in order to provide some keywords for your googling, one approach would be to implement a web service in PHP to interact with the database, which your Java client will make calls to, possibly using a REST and JSON approach (seems to be the current vogue for Android clients, far as I can gather). Google will turn up plenty of material re how that all works.


Advertisement