Parsing XML files and saving in a database: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:


= What you need? =
= What you need? =
* a php File (update.php)
* a XML-File (xml-File saved with your datas)
* A Button in your NsAppStudio (btnUpdate)
*


= AppStudio Code =
= AppStudio Code =

Revision as of 13:38, 8 January 2013

In this sample you can parser a XML-File with AJAX and save the Datas in a Datenbank.


What you need?

  • a php File (update.php)
  • a XML-File (xml-File saved with your datas)
  • A Button in your NsAppStudio (btnUpdate)

AppStudio Code