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)