Hi everyone. If I have:curl_formadd (&firsptr, &lastptr, CURLFORM_PTRNAME, "action", CULRFORM_PTRCONTENTS, "login", CURLFORM_END);
curl_formadd (&firsptr, &lastptr, CURLFORM_PTRNAME, "format", CULRFORM_PTRCONTENTS, "xml", CURLFORM_END);
Is it possible to combine the two calls? Richard ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
