-1
I’m creating an app in HTML, CSS and JS with Cordova. And would like to know how I make his connection to a database of a server... In case I want to take his information and pass to the app.
-1
I’m creating an app in HTML, CSS and JS with Cordova. And would like to know how I make his connection to a database of a server... In case I want to take his information and pass to the app.
-1
I have an app that works this way. What you need to do is connect php to mysql and all the update, select, Insert operations to do in php. Every time you need to do some operation, you can use an ajax and point to the urls where your php files are.
And how do I do that? Is there any tutorial?
Browser other questions tagged php javascript html css apache-cordova
You are not signed in. Login or sign up in order to post.
You have to work with API, create a PHP api or other language and make calls via Ajax to the same
– arllondias