Tagged Questions

0
votes
1answer
444 views

Pass POST variables to PHP executable

I have been writing an HTTP server in C#, and I've gotten to the point where I want to implement PHP. However, I cannot seem to find a way to pass POST variables to the PHP-CGI executable. I know that ...