send data in text box to webserver
i just created my own simple webserver with the tutorial from this great site http://www.winsockvb.com/article.php...e_id=24&page=2
right now all it knows is the GET statement.
what i want to be able to do is have it send the user a web page with a form that they can fill out then when the user clicks a button it will send the info in the form back to the server.
the sending works fine and the user gets the form, but i dont know how to send data they fill out back to the server.
i think im supposed to use POST but im not shure how it works
any help would be apriciated
nate