10 January 2006 22:30
Instant XML with PHP and PEAR::XML_Serializer [PHP & MySQL Tutorials]
by Krome & 2 others (via)PEAR::XML_Serializer works on the principle that XML can be represented as native PHP types (variables). In other words, you can build some array in PHP, pass it to XML_Serializer, and it will give you back an XML document that represents the array.
1
(2 marks)