C++ to PHP

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
Yes, libCURL does all of this for you (even php has libCURL bindings with their curl_* functions).
http://curl.haxx.se/

There are already made examples there.
well thank you for quick reply!
Topic archived. No new replies allowed.