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

How to calculate SNR of signals in MATLAB? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -