文件名称:PHPTest
介绍说明--下载内容均来自于网络,请自行研究使用
本文是对网络上现成代码的学习与解读!
PHP是比较流行的脚本语言,WEB开发使用广泛,如何在C++程序中不依赖任何WEB SERVER调用PHP,并取得执行结果完成交互,这是本文代码所要实现的功能。
PHP安装好后,在目录下有一个php-cgi.exe,我们只要执行这个CGI程序,并将数据通过命名管道传递给它,然后把执行结果通过命名管道读取出来即可,过程并不复杂!-This article is a ready-made network of learning and interpretation of the code! PHP is a popular scr ipting language, WEB development of widely used, how to program in C++ does not rely on any WEB SERVER call PHP, and achieved the implementation of the completion of this interaction, which is code to achieve this functionality. PHP installed, in a directory with a php-cgi.exe, we simply run the CGI program and the data passed to it through the named pipe, then through the named pipe implementation of the results can be read out, the process is not complicated !
PHP是比较流行的脚本语言,WEB开发使用广泛,如何在C++程序中不依赖任何WEB SERVER调用PHP,并取得执行结果完成交互,这是本文代码所要实现的功能。
PHP安装好后,在目录下有一个php-cgi.exe,我们只要执行这个CGI程序,并将数据通过命名管道传递给它,然后把执行结果通过命名管道读取出来即可,过程并不复杂!-This article is a ready-made network of learning and interpretation of the code! PHP is a popular scr ipting language, WEB development of widely used, how to program in C++ does not rely on any WEB SERVER call PHP, and achieved the implementation of the completion of this interaction, which is code to achieve this functionality. PHP installed, in a directory with a php-cgi.exe, we simply run the CGI program and the data passed to it through the named pipe, then through the named pipe implementation of the results can be read out, the process is not complicated !
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PHPTest.dsp
PHPTest.dsw
PHPTest.ncb
PHPTest.opt
PHPTest.plg
ReadMe.txt
StdAfx.cpp
StdAfx.h
PHPTest.cpp
PHPTest.dsw
PHPTest.ncb
PHPTest.opt
PHPTest.plg
ReadMe.txt
StdAfx.cpp
StdAfx.h
PHPTest.cpp