Answers for "run python scripts in html using php"

PHP
1

php run python script

$r=shell_exec("python3 mypythonscript.py"); 
echo $r;//will be out put of .py script
Posted by: Guest on February-12-2021

Code answers related to "run python scripts in html using php"

Browse Popular Code Answers by Language