cURL / Mailing Lists / curl-users / Single Mail

curl-users

libcurl

From: M B <mwicked_at_hotmail.com>
Date: Mon, 24 Jan 2000 14:05:54 PST

I want to post information with libcurl.

  curl_urlget(URGTAG_FLAGS,CONF_HTTPPOST, //to get it to do a post
              URGTAG_URL,url_string, //url to post to
              URGTAG_HTTPPOST,post_string, //i.e. "dataglob=5&a=4"
              URGTAG_FILE,stdout,
              URGTAG_DONE);

is what I had been trying. This just does a GET though. Can anyone give me
a quick rundown of all the little nuances of sending a POST...

thanks

-Matt
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Received on 2000-01-24