I wonder if the passthru function in PHP can be used to execute an external C++ file. Can a file such as .cpp, .h, and .c extension be executed in PHP through passthru function. I'm writing a PHP script and C++ coding. These C++ coding mainly used to process a binary data which i cannot process it directly via PHP. Please Help Me.