I was wondering, is it possible to use C++ to execute a get method to php like:
http:// site.com/?var1=some&var2=thing ?
I wouldn't need to actualy open the page, just execute the link and perhaps access some of the page(not required though).
Also is it possible to send a POST method?
Last edited on
well thank you for quick reply!