Re: [PHP] Problems posting xml file with curl and php

2008-03-18 Thread Nathan Nobbe
On Tue, Mar 18, 2008 at 5:22 PM, Michael Horowitz < [EMAIL PROTECTED]> wrote: > Not much documentation there. How would this function be integrated > with curl. my quick google doesn't show much discussion of this function. i think this should be easier for you, http_post_data(), however its a

Re: [PHP] Problems posting xml file with curl and php

2008-03-18 Thread Michael Horowitz
Not much documentation there. How would this function be integrated with curl. my quick google doesn't show much discussion of this function. Michael Horowitz Your Computer Consultant http://yourcomputerconsultant.com 561-394-9079 Nathan Nobbe wrote: On Tue, Mar 18, 2008 at 4:37 PM, Michael

Re: [PHP] Problems posting xml file with curl and php

2008-03-18 Thread Nathan Nobbe
On Tue, Mar 18, 2008 at 4:37 PM, Michael Horowitz < [EMAIL PROTECTED]> wrote: > I've actually tried that and it didn't work for the server I am sending > it to. Is there a way to post just the xml without turning it into an > array or is this the only way. i dont know how to do it w/ the standa

Re: [PHP] Problems posting xml file with curl and php

2008-03-18 Thread Michael Horowitz
I've actually tried that and it didn't work for the server I am sending it to. Is there a way to post just the xml without turning it into an array or is this the only way. Nathan Nobbe wrote: On Tue, Mar 18, 2008 at 4:26 PM, michaelh613 <[EMAIL PROTECTED] > wro

Re: [PHP] Problems posting xml file with curl and php

2008-03-18 Thread Nathan Nobbe
On Tue, Mar 18, 2008 at 4:26 PM, michaelh613 < [EMAIL PROTECTED]> wrote: > > I have created a XML string using PHP DOM. However when I send it to a > third > party using curl it shows up as part of an array and cannot be read. How > should I be using curl to post a xml file. > > My code is below