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 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:

[PHP] Reading an xml file from a POST array

2008-04-02 Thread Michael Horowitz
Simple XML has great tools to read xml from a string or a file. But I have it coming in as an http POST and none of them work. Its coming in as a straight file and not as a variable = value pairing like a form does. What is the best way to do this in PHP Thanks for any help -- Michael