Bill Kranec wrote:
Hello,
This might be slightly OT, but I hope I can get a few pointers. Is it
possible to have an HTML form pass values to a Python script on a local
computer, and execute that script? (I'm running Win XP, if that matters.)
You have to have a server process running. It can be on
Hello,
This might be slightly OT, but I hope I can get a few pointers. Is it
possible to have an HTML form pass values to a Python script on a local
computer, and execute that script? (I'm running Win XP, if that matters.)
I would like to set up such a form to do some data entry. I understand
th