Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it so the python app could use a http request to get the variables values of the webpage and print them in my python terminal. Also the variables values are stored in a database. Would pythons http request run the mysql to update the variables before it retrieves them.
Thank you,
Matthew Wright
Thank you,
Matthew Wright
Comment