I'm trying to execute a PHP Script and run it from a C++ program here's my code C++:
cout << std::system("php -f http://www.php.net/manual/en/function.file-exists.php");
but it gives me this in the cmd window 'php' is not recognized as an internal or external command, operable program or batch file.
any herlp? thank you