run python script from php windows code example
Example: php run python script
$r=shell_exec("python3 mypythonscript.py");
echo $r;//will be out put of .py script
$r=shell_exec("python3 mypythonscript.py");
echo $r;//will be out put of .py script