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 1: Line 1:
In this sample you can parser a XML-File with AJAX and save the Datas in a Datenbank.
In this sample you can parse an XML-File with AJAX and save the Data in storage




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


= AppStudio Code =
= AppStudio Code =

Revision as of 12:35, 11 January 2013

In this sample you can parse an XML-File with AJAX and save the Data in storage


What you need?

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

AppStudio Code