
February 18th, 2004, 09:57 AM
|
|
|
|
Article Discussion: Serializing XML With PHP
<FONT face="Verdana, Arial, Helvetica, sans-serif">Over the next few pages, I'm going to be introducing you to a free PHP class named XML_Serializer, which allows you to create XML documents from PHP data structures like arrays and objects without requiring you to first recompile your PHP build for DOM support. As you might imagine, this can come in handy in certain situations - for example, if you need a quick and dirty way to build an XML document tree from an external data source, like a MySQL database or a structured text file. So keep reading - you might find the rest of this show interesting! </FONT>
Read the full article here: Serializing XML With PHP
|