using winsock, i am able to create a webserver. my web page has a text field and a submit button. whenever the submit button on my page is clicked, my program receives it.

my problem is that i'm not getting what was entered in the text field when the user clicks the submit button... just the POST header.