I'm using php to have several servers communicate between eachother. I want to do the following: Server A sends a request to server B. Server B stores some information about this request, and sends back a response to A (so far it's regular HTTP). Next, server B must send an HTTP request to server C.
How can I initiate an HTTP request to server C with PHP? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php