I need the Content-Type header for a CURL POST to be this:
Content-Type: text/comma-separated-valuesinstead of the default "application/x-www-form-urlencoded" that is set by the CURLOPT_POST parameter set with curl_setopt(). How is this done? Monty -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

