Hey guys,

I'm having a little more difficulty with the web server I've been trying to write in C++ lately.

Thanks to the help of some of the members here, I've managed to be able to call scripts such as PHP with the file we want interpreted.

The problem I am having now, however, is that I cannot figure out how to pass things such as POST requests and cookies. The difficulty lies in telling the scripting engine (ie, PHP.exe) that I have POST, COOKIE, or GET arguments I need to give it.

I know this isn't really the place to be asking, but I've tried other forums such as ones specifically for PHP, but with no success.

Any help on this subject would be most appreciated.