Parsing XML files and saving in a database: Difference between revisions
Jump to navigation
Jump to search
Kaplanerkan (talk | contribs) No edit summary |
Kaplanerkan (talk | contribs) |
||
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)