I\'m having problems with posting a multidimensional array with file uploads using PHP and CURL.
The multidimensional array is for example:
$post[\'q
Another way to accomplish the first answer:
foreach( array("yes","no","maybe") as $key=>$value ) $post["answers[$key]"] = $value;