It worked! I found some PHP script code that used the POST command to post to ANOTHER PHP script, and I basically copied their headers and included them. Here is the code:
Code:
lpHeaders[0]=0;
lstrcat(lpHeaders,"Accept: */*\r\n
lstrcat(lpHeaders,"Accept-Language: en-au\r\n
lstrcat(lpHeaders,"Content-Type: application/x-www-form-urlencoded\r\n
lstrcat(lpHeaders,"User-Agent: BenNet\r\n
lstrcat(lpHeaders,"Connection: Keep-Alive\r\n
lstrcat(lpHeaders,"Cache-Control: no-cache\r\n\r\n");
lstrcpy(lpTempBuffer,"message=helloworld&s=2");
That CProg interface will be up and running in no time. Thanks for the help.