: I'm writing a C cgi-bin program and I'm using the cgi-bin function: CONTENT-TYPE. How do I do this in a C program?
printf("Content-type: text/html\n\n");
Hope this helps.
Naten...@nfic.com