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 -

trac - Modifying workflow to add a status and split on ticket type -

Delphi interface implements -