On Sat, Feb 18, 2012 at 1:54 AM, Brian Smither wrote:
> I have a script that accepts four POST variables. Three are used and five
> more are added for a total of eight keys and their urlencode() values all
> strung together in the proper format.
>
> Then cURL is initialized with the field string
Am 18.02.12 01:54, schrieb Brian Smither:
> I have a script that accepts four POST variables. Three are used and five
> more are added for a total of eight keys and their urlencode() values all
> strung together in the proper format.
>
> Then cURL is initialized with the field string given to:
>
I have a script that accepts four POST variables. Three are used and five more
are added for a total of eight keys and their urlencode() values all strung
together in the proper format.
Then cURL is initialized with the field string given to:
curl_setopt($ch, CURLOPT_POST,8);
curl_setopt($ch, CU
3 matches
Mail list logo