miraclemaker
Programmer
Hi.
I want to use PHP to format a users input into an XML document, and then POST that document to a server, and then read and process the XML response.
I've looked at XML_RPC, which looks good, but I'm not working with an XML_RPC server, the messages and responses are just sent in pure XML.
Anyone know how I can do this? Any examples or tutorials would be grat. Thanks.
I want to use PHP to format a users input into an XML document, and then POST that document to a server, and then read and process the XML response.
I've looked at XML_RPC, which looks good, but I'm not working with an XML_RPC server, the messages and responses are just sent in pure XML.
Anyone know how I can do this? Any examples or tutorials would be grat. Thanks.