OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Simple DOM-XML Problem
This page's ID:
22046
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Hi! Who can help me? My Problem: To generate a XML-File from the content of a HTML-form. [code] <form name="form" method="post" action="SCRIPT.PHP"> <input type="text" name="textfield"> <input type="submit" name="Save" value="Save"> </form> So someone puts in data in this textfield, it should be saved in a XML-file in a new node. E.g.: someone puts in: 123 --> XML-file: <xml><content><item 1><textfield>123</textfield></item 1></content></xml> after this, someone puts in: 456 --> XML-file: <xml><content><item 1><textfield>123</textfield></item 1><item 2><textfield>456</textfield></item 2></content></xml> So the whole data is stored in the xml file and you can see item 1 and item 2 in the xml file! Thx :::tom::: PS:Sorry for my bad english ;)
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »