January 2006
Instant XML with PHP and PEAR::XML_Serializer [PHP & MySQL Tutorials]
by 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.
February 2005
1
(3 marks)