Data types: ArrayToXML
Joe Bloggs (contact me)
This class can be used to send and receive arrays of data as XML via HTTP requests.
There is a class that can send an HTTP request to a remote server passing data from a multidimensional array serialized as a XML document.
Another class can be used to do the opposite, i.e. receive HTTP requests with data serialized as XML and return the original array.
Click here for detailed information about this class on phpclasses.org