I have tried to use the system(), passthru() and backticks to run a compiled program.
I get no output no error message. Just a return value that says 1 that is a failure.
Does anybody know how I can call this c program from the web??
By the way the program pulls data from a proprietary database and writes it out to a folder (no restriction folder)
I have tried the command at the command line and it works.
Any help would be appreciated.
p.s. I have also tried using the fullpath to the program.
I think it has something to do with the web server.