Is there any way to call external C++ functions or executables from PHP? For example, I am trying to create a web interface for a Linux based C++ program that will reside on the same server as the PHP files. I need to access certain routines passing and receiving arguments from them. Any suggestions for a newbie?