Server to server communication
Posted: Fri Apr 28, 2006 8:01 am
Hi guys,
I've put together a website in PHP and one of the things it has to do is take a load of user-submitted information (so far so good) convert it to XML on the server (also fine) then submit the XML to another server from which a response will be received and then the response relayed to the original user.
I'm fine with the client-server stuff, but how do you go about sending information server-server using PHP in the middle of an application?
Any help would be much appreciated! Cheers!
Sam
I've put together a website in PHP and one of the things it has to do is take a load of user-submitted information (so far so good) convert it to XML on the server (also fine) then submit the XML to another server from which a response will be received and then the response relayed to the original user.
I'm fine with the client-server stuff, but how do you go about sending information server-server using PHP in the middle of an application?
Any help would be much appreciated! Cheers!
Sam