Parsing XML files and saving in a database: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Kaplanerkan (talk | contribs) |
||
Line 3: | Line 3: | ||
= What you need? = | = What you need? = | ||
* a php File ( | * a php File (xmlparser.php) | ||
* a XML-File (xml-File saved with your data) | * a XML-File (xml-File saved with your data) | ||
* A Button in your AppStduio (btnUpdate) | * A Button in your AppStduio (btnUpdate) |
Revision as of 12:35, 21 February 2013
In this sample you can parse an XML-File with AJAX and save the Data in storage
What you need?
- a php File (xmlparser.php)
- a XML-File (xml-File saved with your data)
- A Button in your AppStduio (btnUpdate)