Intel XDK connection to Mysql database

Asked

Viewed 1,318 times

1

I have a question about connecting my application to an external database on Intel XDK. Could someone tell me what other techniques to connect my application with an external database, besides the possibility to develop a web service with php and xml/json? Is there a plugin that does this on Intel XDK?

  • either you use the Html5 Localstorage with 5 Mb limit or you use a web service developed in the language you want to do the database interface.

  • I decided to create a query in the database and generate an XML file with php providing the data via POST. How I could retrieve this data by making an HTTP request and display the data in HTML with Javascript/Jquery?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.