On Tuesday 17 June 2003 01:07, Sander wrote:
> 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?

fopen() or
fsockopen() or
the curl_*() functions

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
JAPAN is a WONDERFUL planet -- I wonder if we'll ever reach their level
of COMPARATIVE SHOPPING ...
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to