I am trying to open a .mp4 file in VLC via the PHP exec command on a RPI 3 SITUATION I access localhost and select the .mp4 file I want to play on a mobile device. RESULT I want PHP to open the video file using VLC on the host machine, which is connected via HDMI to a display. The
Tag: raspberry-pi
Pi RGB controler with Python over the web using PHP and SSH. It is good idea?
Iam made Python script that can control my BLE RGB strip, also I made web page with php that connect to Pi via ssh and run Python script. My question is, is there a better way ? I will mark my favorite answer in few days. I hope someone will see this and get same inspiration like me. Thanks for
shell_exec not running in websever
I have an apache web sever with php file /var/www/html/test.php, and servo.py in the same directory. When I go to localhost/test.php it doesn’t work. Yet when I run test.php in an IDE it works fine. …
PHP/MYSQL: A removed row is still displayed in my page after a reload
I work on a simple webserver on a Raspberry Pi, displaying a MySQL table with two buttons : One (Switch) to inverse a boolean value, and one (Delete) to remove the entire row from the table. What I …
Why doesn’t PHP include work on my Raspberry Pi?
So I’m very new to Linux and I just bought a Raspberry Pi to serve as my webserver and I noticed the following lines, with the location var/www/mysite/index.php, doesn’t work properly: echo “Hello1”; …