I'm trying to create my own customised web-server, and I'm trying to add support for PHP. Basically, I'm feeding the html-files including PHP code into the php.exe, and sending the output.
I need to know how to pass on the variables stored using POST/GET methods, and whether this method of PHP support is able to work.
Security isn't an issue, since the webserver itself is very restricted in what it can do.