• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps inserting data using webservice

krishnaveni

Well-Known Member
Hi....
How is inserting ,editing and deleting data from mysql database using webservice...how is it do????give me sample link...am a newbie to android..
 
Provided the database is already on a sever somewhere and that server is currently active and accessible, you need to create a PHP script that handles the databse query (or queries), then from the client software (android app), access the PHP script via a DefaultHttpClient or URLConnection.
 
Back
Top Bottom