c++ - Making webserver communicate with PHP -


i have webserver written in c++. working want communicate php. googled , discovered can done through cgi, fastcgi, or module. have decided use cgi , found out can done creating pipe php-cgi.exe. need pointer on how can done (i mean pipe php-cgi.exe)


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -