Re: [PHP] cURL and HTTP request header field/XML 2b

2002-09-03 Thread Kristopher Yates
I added the header and blank line to my $outgoing_data but no luck. It was like... ..xml document.."; ..curl exec (see prev message or email me).. ?> Any cURL XML phreaks out there? Or someone that can tell me how to pass an HTTP header through cURL before sending my XML. I can provide cod

[PHP] cURL and HTTP request header field/XML 2b

2002-09-03 Thread Kristopher Yates
Hi, I recently took a few minutes to install cURL library. A few minutes later, I had a working PHP script, which uses cURL to send some data to a remote server and get a response. I then, of course, parse the response and PHP creates the appropriate page for output to end user. Worked gre