I want to include the following python code into php. The name of the python file is hello.py. The contents are print "Hello World" I want to call this python script in php and show the same in webpage
2
-
1possible duplicate of Running a python script from PHPKonstantin– Konstantin2015-04-29 15:40:29 +00:00Commented Apr 29, 2015 at 15:40
-
stackoverflow.com/questions/166944/calling-python-in-phpSagar Naliyapara– Sagar Naliyapara2015-04-29 15:41:05 +00:00Commented Apr 29, 2015 at 15:41
Add a comment
|