I have a simple PHP function that is supposed to execute a Pyton script when its called. I have tried this sort of function multiple times in my php programs, but somehow th
try to use exact path to the python program.
$mystring = exec('python testing.py');