Error while trying to call on a Python script using a PHP web page and parsing some arguments
I have a RaspberryPi running a database used for attendance tracking. I tried to make a web page so that when the user inputs 2 dates into an HTML form, it will be passed on to a PHP script that will run a Python script that will run the SQL query.
Error while trying to call on a Python script using a PHP web page and parsing some arguments
I have a RaspberryPi running a database used for attendance tracking. I tried to make a web page so that when the user inputs 2 dates into an HTML form, it will be passed on to a PHP script that will run a Python script that will run the SQL query.