POST wrapper

Hi,

I'm trying to write wrapper functions for the GET and POST methods. For 
example, the code:

char *result;
result = getURL("http://www.yahoo.com/");

will load the Yahoo main page into result. I've been able to do this 
very successfully for the GET method by using code from one of the 
examples. However, I'm having a great deal of difficulty with the POST 
method. I want to be able to do a similar thing, pass the location and 
the data to post and get the result back in a char *. Is this even possible?

Thank you,
Eric

Received on Monday, 7 February 2000 07:58:12 UTC