Hi everyone,
I am new to PHP and I am currently doing a project using a raspberry pi. A camera module is connected to the raspberry pi and I have a Python script to take a picture when the script is being run. I also have a PHP page where I will display the picture taken. I would like to make the PHP page be able to run the script when someone visits the PHP page. Is it possible to do so?