including python code in php -


i want include following python code php. name of python file hello.py. contents print "hello world" want call python script in php , show same in webpage

not possible that. use exec or passthru run python in terminal , return results. best option separate call python script , combine them on client.


Comments

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -