How to connect PhoneGap App to MySql Database on the server?

后端 未结 2 2033
时光取名叫无心
时光取名叫无心 2021-01-21 04:13

I am trying to build a transit mobile application that has data stored in MySql DB on the server. Since my application is just going to connect to the MySql db and fire query/ge

2条回答
  •  一整个雨季
    2021-01-21 04:27

    You can use AJAX in your PhoneGap app to get data from your MySQL DB, you will need a script on your server to handle these calls. CGI/ PHP/ Ruby/ NodeJS etc... all of these will fit the job description.

提交回复
热议问题