pXw4Pa (poor XML wrapper for PHP arrays) consists
of 2 simple PHP functions that can read/write a
PHP array from/to an XML file. It can be used to
store data in XML files simply and quickly.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
A serious bug with the Write function (which lead to failed translation from serialize syntax on strings with a semicolon) has been fixed. The translation code now ensures a much more correct result. There are some documentation changes.