Is it possible to send the result of a Python script to the input field of a PHP page? I am using a PYTHON script to capture weight data from a scale. I would like to use that data from the python script, placing it into the input field of a PHP page. The name of the input field on the page will remain static, as will the name of the page. To initiate the process (from python script to the input field) I would use an on click command or something similar.
I am very new to python and very much appreciate any help.
Bob