I have the following problem.
I use a system() call to an external program written in C++.
However, I dont seem to get any output to my HTML page.
Can anone suggest what I am missing?
Maybe I need to setup some special Apache permissions to run the c++ file ( in fact, the external perl file call does not work either).
However, system("echo 4") does produce 4.
I am lost.
Thank you in advance