Hello, I want to create an
xml file from
php. Is there a quick way of dealing with it? I used SimpleXML in order to extract data from
xml files, but I only have a rather lame idea of creating
xml files by hard-typing the elements myself...
like:
- Code: Select all
<root>
<name>Jim</name>
<age>23</age>
</root>
etc...