Re: [PHP] Problems with Curl and POST

2007-04-19 Thread Tijnema !
On 4/17/07, mbneto <[EMAIL PROTECTED]> wrote: Hi Richard, I am using the same script. And it is using the CURLOPT_POST. - mb On 4/16/07, Richard Lynch <[EMAIL PROTECTED]> wrote: > > HEAD is just like GET, only it gets just the headers (hence the name) > usually to see if the document has chan

Re: [PHP] Problems with Curl and POST

2007-04-16 Thread mbneto
Hi Richard, I am using the same script. And it is using the CURLOPT_POST. - mb On 4/16/07, Richard Lynch <[EMAIL PROTECTED]> wrote: HEAD is just like GET, only it gets just the headers (hence the name) usually to see if the document has changed according to LastModified: before doing a full-

Re: [PHP] Problems with Curl and POST

2007-04-16 Thread Richard Lynch
HEAD is just like GET, only it gets just the headers (hence the name) usually to see if the document has changed according to LastModified: before doing a full-blown GET. There shouldn't be a HEAD done before a POST... Are you sure you are doing a CURLOPT_POST and not CURLOPT_GET...? On Mon, Apr