I can find a lot of information on running C++ programs from PHP, but not the other way around. I want to run a PHP script from C++, which will perform some calculations and then use "echo" for output. The C++ program should wait to receive the output from the PHP script and parse it before continuing.
Thanks!
