Answers for "how to run python script 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 "how to run python script using php"

Browse Popular Code Answers by Language