Re: [PHP] CURLOPT_BINARYTRANSFER

2006-04-13 Thread Ahmed Saad
Hi Richard, On 4/12/06, Richard Lynch [EMAIL PROTECTED] wrote: I need the cookies and all that... There's a PHP implementation of an HTTP client at http://www.phpclasses.org/browse/package/576.html Even if you needed to tweak something, it should be easier to modify and debug good luck /ahmed

Re: [PHP] CURLOPT_BINARYTRANSFER [SOLVED]

2006-04-13 Thread Richard Lynch
On Tue, April 11, 2006 3:56 pm, Richard Lynch wrote: First, I want to publicly THANK Pierre and Tony2001 for squashing not one, but *TWO* bugs I managed to stumble across in my latest endeavor. Their patience with my bumbling through bogus hypotheses and red herrings in my bug reports should be

Re: [PHP] CURLOPT_BINARYTRANSFER

2006-04-12 Thread Jochem Maas
Richard Lynch wrote: Can anybody expand on the meaning and correct usage of: hi Richard, been following your ordeal from a far, sorry to say I have nothing useful to add regarding the curl problem ... but I was wondering if a fopen() or file_get_contents() in conjunction with allow_url_fopen

Re: [PHP] CURLOPT_BINARYTRANSFER

2006-04-12 Thread Richard Lynch
On Wed, April 12, 2006 11:28 am, Jochem Maas wrote: Richard Lynch wrote: Can anybody expand on the meaning and correct usage of: hi Richard, been following your ordeal from a far, sorry to say I have nothing useful to add regarding the curl problem ... but I was wondering if a fopen()

Re: [PHP] CURLOPT_BINARYTRANSFER

2006-04-12 Thread Jochem Maas
Richard Lynch wrote: On Wed, April 12, 2006 11:28 am, Jochem Maas wrote: Richard Lynch wrote: Can anybody expand on the meaning and correct usage of: hi Richard, been following your ordeal from a far, sorry to say I have nothing useful to add regarding the curl problem ... but I was

[PHP] CURLOPT_BINARYTRANSFER

2006-04-11 Thread Richard Lynch
Can anybody expand on the meaning and correct usage of: CURLOPT_BINARYTRANSFER Just so you know this is not a question with no effort to find out for myself behind it... :-) So far, I've found these: http://php.net/curl_setopt TRUE to return the raw output when CURLOPT_RETURNTRANSFER is used.