How can I call a C program from PHP? I have tried with system exec or shell _exec. This is a C program I've written.
You must use exec or similar function.
exec