On Fri, March 18, 2005 11:14 am, Jerry Swanson said:
> I create XML file, how to pass the XML file to another server through
> HTTP?

Let's try it this way:
What's the other server?

Did you read their FAQ and their documentation?

Here are functions that, depending on what you read on the other server,
may be helpful:

http://php.net/file (GET)
http://php.net/fsockopen (POST)
http://php.net/curl (SSL)

The (WORD) indicates which function you would use, at a minimum, if you
find that word in the other server's documentation.

Note that in each case, you *could* use the next function down in my list,
if you wanted to do it the hard way. :-)

YMMV. NAIAA.

-- 
Like Music?
http://l-i-e.com/artists.htm

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

Reply via email to