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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -