|
Posted by Rik on 12/28/06 15:50
devranger wrote:
> I have been reading up on what you suggested Rik and testing different
> options but I am still not successful in getting the results returned.
> I have set the curl_setopt($ch, CURLOPT_REFERER, $url); and also set
> up
> to curl sessions, one to capture the cookie and the other to post with
> the cookie (see below): I really feel it may have something to do
> with the long input names and : in the input name of my $data
> variable,
> but Jerry said the data vaiable was correct.
>
> Does anyone have any other suggestion on how I could get this working?
> Your help is much appreciated, I feel I have learned so much so far.
>
> Thank you!!!!
>
>
>
>
$data="MasterTemplate:_PageTemplate:cphCenterContent:CenterContent:fcDropDo
wnList=ATVs&MasterTemplate:_PageTemplate:cphCenterContent:CenterContent:zip
TextBox=77090";
Probably:
$data=array(
'MasterTemplate:_P.......ist' => 'ATV',
'MasterTemplate:_P...ox' => '77090');
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|