Update Webpage After Receiving Post Request
I've to tried to find out similar issue in stack overflow, but I couldn't. I am using python requests library to send POST request to my personal domain name www.****.com. r = req
Solution 1:
I understand you want the python script to send a variable, which will be visible to other visitors of the website? You need to store the value which you recieve from python somewhere, like in a database. Then you can read that value and show it to the visitor.
Post a Comment for "Update Webpage After Receiving Post Request"