[PHP] Re: cURL and POST

2002-08-21 Thread lallous
even more, if you want to use curl... I remember that curl can take post data from an input file, so dump the $strXML to a temp file then supply that file to curl. good luck, "Samantha Savvakis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > HI, > > I'm using

[PHP] Re: cURL and POST

2002-08-20 Thread Samantha Savvakis
Thanks for that. I'll look into it. Sam "Lallous" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Try to post it via other than CURL, > > http://Sloppycode.net and search for clsHtmlSource.php > > Good luck, > Elias > "Samantha Savvakis" <[EMAIL PROTECTED]> w

[PHP] Re: cURL and POST

2002-08-20 Thread lallous
Try to post it via other than CURL, http://Sloppycode.net and search for clsHtmlSource.php Good luck, Elias "Samantha Savvakis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > HI, > > I'm using the cURL binary to perform a HTTP POST to a web page. I am sendin