Click to See Complete Forum and Search --> : call PHP script from C/C++


Betty
May 7th, 2003, 01:20 PM
Can anyone please tell me how to call PHP script from C/C++.

Nyromant
May 7th, 2003, 04:39 PM
For what reason do you want to call PHP-Script in a C/C++ program...
or plz tell me,what you want to achive

usman999_1
May 8th, 2003, 06:22 AM
XML-RPC (http://xmlrpc-c.sourceforge.net/xmlrpc-howto/xmlrpc-howto.html) might be of interest.
Regards,
Usman.

lord loh
May 8th, 2003, 07:50 AM
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....