PlymWS Posted September 18, 2006 Share Posted September 18, 2006 Hi all,I use a python-based program on my webserver to download NZB files. The program is called hellanzb and resides in /var/www/nzb.To shut the program down if it crashes I have to SSH into the box and execute the following command :[code]python hellanzb.py shutdown[/code]This shuts the program down. Would it be possible to do this from a button on a web page. I have tried using the exec() and shell_exec() commands to try and run the command from a php page (pressing a button) but the command doesn't work as the server stays running.What would the code or command be to get this to run ? Indeed, is it possible to execute a python script from php ?Any help would be appreciated. Link to comment https://forums.phpfreaks.com/topic/21169-how-can-i-execute-a-python-script-from-a-php-page/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.