I am developing a php based web app but I have a python script that I already had that I want to integrate into my system. Is it possible to embed/include the python script within the main content area of my web app on a specific page?
3
-
you could call the script on the command line using exec. stackoverflow.com/questions/5497540/…Jonathan Kuhn– Jonathan Kuhn2013-09-27 19:10:25 +00:00Commented Sep 27, 2013 at 19:10
-
Not to beat you up, but it is Python, not phython.karthikr– karthikr2013-09-27 19:12:19 +00:00Commented Sep 27, 2013 at 19:12
-
Thanks for that Jonathan! and sorry! Hadn't realized I spelt it wrong. Some silly spell check lol.BHWD– BHWD2013-09-27 19:21:21 +00:00Commented Sep 27, 2013 at 19:21
Add a comment
|