Connecting PhoneGap build to external mysql database

  • 1
  • Question
  • Updated 4 years ago
I have an app I wish to create, as it currently stands it is a web application but I wish to add this to my android device. It is built mainly using php and mysql, and uses said languages to connect and authenticate at every corner! Is this going to be a problem when trying to use PhoneGap? Or should I simplify the process for the sake of easy when it comes to a mobile application?
Photo of Stephen King

Stephen King

  • 1 Post
  • 0 Reply Likes

Posted 8 years ago

  • 1
Photo of Amir

Amir

  • 8261 Posts
  • 263 Reply Likes
Hi Stephen

Q: Is this going to be a problem when trying to use PhoneGap
A: Yes in some way. PhoneGap cannot handle server-side script (php, asp, pl) as well as DBMS/RDBMS. You could just supply client-side script to PhoneGap app while continue to maintain server-side processing, externally.

-Amir
Photo of vikash mishra

vikash mishra

  • 78 Posts
  • 0 Reply Likes
hay dear my code is running fine from localhost but build app is not able to make database connection i have updated detail of db connection and hosted php file on server