Possible Duplicate:
Call Python From PHP And Get Return Code
probably a very stupid question I have a python module lets say hi.py which have the following
print "hi"
now I want to execute this file from php
<?php
#code here
?>
So how do I call that python file from php. Thanks