News

As part of a course project, I'm setting up some python scripts on an Apache web server that are written in python. However, only one of the scripts actually runs - the others just generate a "save or ...
I've got a web-app I'm working that uses Python cgi. I was initially handling queries w/ GET and cgi.FieldStorage but some of my query strings are too long and I need to switch to post.<BR><BR>However ...