> I'm trying to pass XML file from Site  A to Site B for Site B to parse.
> Site B is maintained by other company, so I only need to worry about sending
> over the XML file. I've been hinted that fsockopen() can do the job.

if you have to do this I would suggest giving pear a try, no need to
reinvent the wheel.

http://pear.php.net/package/HTTP_Client

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

Reply via email to