| create xml file PHP
|
ktsirig

msg:3627749 | 10:45 pm on Apr 15, 2008 (gmt 0) | 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:
<root> <name>Jim</name> <age>23</age> </root>
etc...
|
|