Page 1 of 1

CURLOPT_POSTFIELDS

Posted: Tue Oct 25, 2005 2:02 pm
by Ree
What should be passed to curl_setopt() when setting CURLOPT_POSTFIELDS? An array? A string?

Posted: Tue Oct 25, 2005 2:25 pm
by foobar
The php.net Manual is your friend.

Posted: Tue Oct 25, 2005 2:49 pm
by Ree
Oops, have missed the option 'grouping' on php.net manual.

It should be a string ;).