View Single Post
  #1 (permalink)  
Old Apr 15th, 2008, 22:42
ktsirig ktsirig is offline
Up'n'Coming Member
Join Date: Sep 2005
Location: athens
Age: 25
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
create xml files from PHP

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...
Reply With Quote