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

Apps Android phones connecting web server in APPS?

Newbies

Lurker
Aug 17, 2010
1
0
I have already built a website and having a fixed domain, and it's a blog system,
all blog datas and users datas will be saved in SQL server, and all programmed by PHP.

and now I am thinking about building an android applications that allows users typing diaries in the
interface, datas will be sent to sql server by pressing the button "Post".

Apart from a faked browser in application, is there any alternative ways to connect the sql database of specific web server in android application programming?

Thanks for your helps
 
I have already built a website and having a fixed domain, and it's a blog system,
all blog datas and users datas will be saved in SQL server, and all programmed by PHP.

and now I am thinking about building an android applications that allows users typing diaries in the
interface, datas will be sent to sql server by pressing the button "Post".

Apart from a faked browser in application, is there any alternative ways to connect the sql database of specific web server in android application programming?

Thanks for your helps

Create a PHP file on your server that will handle the items sent by the phone, then on the android phone, send the items over as an Array of NameValuePair objects via HttpPost.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones