Possible Duplicate:
Saving a webpage to disk using C++
I am trying to grab text from an authorization php script I made. What the script does is check GET vars for a username and password and depending if the user/pass combo is correct returns a string and if not correct another string.
My question is, how do I in c++ query the website with the get url's, then fetch the string.
Thanks.