Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <meta charset="UTF-8" />
- <title>Name</title>
- </head>
- <?php
- if (isset($_POST['button']))
- {
- exec("sudo python /home/pi/1.py");
- }
- ?>
- <form method="post">
- <button name="button">Toggle</button><br>
- </form>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment