Re: [PHP] Wrong POSTFIELDS Posted

2012-02-18 Thread Matijn Woudt
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

Re: [PHP] Wrong POSTFIELDS Posted

2012-02-17 Thread Marco Behnke
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: >

[PHP] Wrong POSTFIELDS Posted

2012-02-17 Thread 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: curl_setopt($ch, CURLOPT_POST,8); curl_setopt($ch, CU