| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
simple form filler problem
From: Dave Fobare <editor_at_the-sports-page.com>
Date: Sun, 12 Aug 2007 10:50:46 -0400
Under WAMP 1.7.2 on XP Pro, I'm trying to get the following simple form
$post = "UserID=myuserid&Password=mypassword";
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
All I'm getting out is the login page itself. I tried it another way:
$curl = curl_init();
curl_exec ($curl);
and I get the same result. cURL is working; I've enabled it properly in
Thanks,
Dave Fobare
_______________________________________________
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info