On Sat, Mar 1, 2008 at 9:33 PM, Larry Brown
<[EMAIL PROTECTED]> wrote:
> Thanks for the help Nathan. What I'm looking for though is how to
> accept and read the incoming XML the way I was sending it in curl. I am
> currently using that curl mechanism on the cli to connect to another
> remote XML server successfully. I want to keep that side of the
> equation the same. I need to find out if I can access the incoming data
> on the server side. I don't need or want to use curl on the server
> side. I just want to handle the incoming XML.
Larry,
I'm sorry that I'm not certain what you mean by "remote XML
server", since XML is a markup language and a server (in this context)
insinuates an HTTP (protocol) web server, but perhaps a combination of
file_get_contents() and the information from the following manual
entry will help you.
http://www.php.net/xml
--
</Dan>
Daniel P. Brown
Senior Unix Geek
<? while(1) { $me = $mind--; sleep(86400); } ?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php