Does anyone know how i can use php to start executing a c file (e.g. test.c) and return a value to PHP to be stored in a variable?
if that is not possible then can i do the same thing with a compiled c program (e.g. test.exe)?
can anyone give me an example code, becasue i am not an expert at PHP!
Thanks
gghaleb1