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 -

ruby - Net::HTTP extremely slow responses for HTTPS requests -

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