I'm pretty new in C++ and I know it's stupid to C&P but if I know how the source can look I would maybe learn it better :)
Can somebody give me a source / a tool which make a HTTPRequest, post the data from "TextBox1" into it, get the response and set it as variable "Reponse"? The URL should look like this ( I already got a PHP ): http://example/get.php?="Textbox1 here"
I've already found some sources but I always had the fear that the tool will make the HTTP Request more then 1 time.