| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
RE: simple form filler problem
From: fbsd2 <fbsd2_at_a1poweruser.com>
Date: Sun, 12 Aug 2007 11:49:56 -0400
In most cases you have to get the login form before you can post it.
http://www.blunck.se/iehttpheaders/iehttpheaders.html
-----Original Message-----
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