Tag: running python from php

  • Execute python scripts in php

    Lets see how to execute python scripts in php. Write a hello world python script and name it as hello.py print “helloworld” Now lets write the php code for executing the above php code Now run the php file with the python file kept alongside. Enjoy smile