| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
need a bit of help to fill this form
From: Regis Maltais <regismalt_at_hotmail.com>
Date: Wed, 11 Feb 2004 06:26:53 -0500
Hi,
I cannot fill this form with cURL and PHP:
The form does not contain the info that I have provided through cURL.
Can someone can help me?
thanks
Regis
here is my code snippet:
<?php
//curl_setopt($ch, CURLOPT_URL,$url); // set url to post to
$agent = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)";
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch,
curl_setopt($ch, CURLOPT_FAILONERROR,1);
curl_setopt($ch, CURLOPT_VERBOSE,1);
curl_setopt($ch, CURLOPT_POST,1); // set POST method
$result = curl_exec($ch); // run the whole process
echo "Result = " . $result;
if (curl_error($ch))
curl_close($ch);
_________________________________________________________________
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info