i want to develop android app using html, css & jquery mobile in dreamweaver CS6 that integrated with phonegap. My app will send & receive data from database in remote server. But the problem is how to connect to the database in remote server? this is because phonegap just support html, css & jquery mobile only, not the php. can someone give me an example to this problem? i have done a lots of research on internet but i cant find the solution. please help me.
akmallaa 0 Newbie Poster
Recommended Answers
Jump to PostFrom your device sent HTTP request (GET/POST) to server. Server process the request and fetches data for you, transfers data to JSON format and send it as reply that you should be able to use. Server side technology can be anything like PHP, Java servlets etc, that is capable of …
Jump to Post@Makcarov please think twice before you post off topic answer. Question is how to communicate with server, not what type of server to use!
All 5 Replies
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
akmallaa 0 Newbie Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
Makcarov -3 Newbie Poster
peter_budo commented: Useless suggestion -3
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.