Hi.
I have created a form whereby users can input some values into a form. From this form in the PHP file, I would like to pass the input values into a C program.
I am quite confused as to which function I should be using (exec, system, ??). I think I should be using exec since I am passing some values into the C program but I can't find the correct syntax that I should be using.
I also need to read out some values from the C program and display it on my browser.
Could some please help me???
Thanks in advanced.