| Sending post/get parameters to a remote script |
[13 Oct 2006|08:01pm] |
|
Say, I have a php script located on a shared hosting server somewhere. It can process some specific parameters passed through the url string (GET method). How can I pass these parameters to php for processing from my console/gui (doesn't matter) win32 c++ program. I also need to catch the stuff it "echoes" out, so that I can show it to user. I realize this might be a broad topic, so maybe you could at least point me to the libraries and classes that I should research. Thank you.
|
|