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



Let's discuss now…

This site uses Akismet to reduce spam. Learn how your comment data is processed.