Can anyone please tell me how to call PHP script from C/C++.
Printable View
Can anyone please tell me how to call PHP script from C/C++.
For what reason do you want to call PHP-Script in a C/C++ program...
or plz tell me,what you want to achive
XML-RPC might be of interest.
Regards,
Usman.
I am not good with C/C++ but I know that there is a way by which one can execute shell commands....
use that syntax to php script.php
Hope this solves your purpose....