cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: curl, asp.net and login forms

From: Daniel Vrabioiu <danyvip_at_gmail.com>
Date: Fri, 9 Jun 2006 12:04:26 +0300

On 6/9/06, Daniel Stenberg <daniel_at_haxx.se> wrote:

> > curl_setopt($ch, CURLOPT_POSTFIELDS, $postData);
>
> If I recall things correctly, the PHP/CURL will convert that into a
> multipart
> formpost...
>
> Convert the POST to a plain normal one.

Ok, what do you mean by plain normal POST?

$postData = "username=someuser&password=somepass&submit=Sign in"

I tried this way too and it doesnt work either.. same results.. any other
suggestion?

-- 
danyvip

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2006-06-09