Parsing XML files and saving in a database: Difference between revisions
Jump to navigation
Jump to search
Kaplanerkan (talk | contribs) |
No edit summary |
||
Line 1: | Line 1: | ||
In this sample you can | 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 | * a XML-File (xml-File saved with your data) | ||
* A Button in your | * 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)