I run test.php on apache by xampp, exec() is not working, no error and no respond, test.py is not getting executed. please help , Thank you. I have
test.php
exec("C:\Users\Json\AppData\Local\Microsoft\WindowsApps\python.exe C:\xampp\htdocs\app\test.py 2>&1", $output);
print_r($output)
test.py
import os
os.system("start cmd /k")