Hi, just wanted to know how to call php script from running C code on Linux and pass a couple of parameters.
Thanks
system("/usr/bin/php /path/to/program.php param1 param2");