Python Forms?

Grant Edwards grante at visi.com
Thu Oct 10 11:25:41 EDT 2002


In article <ao1q28$ua0$1 at slb3.atl.mindspring.net>, Nico C. Kalteis wrote:

> Is there a way to use Python to retrieve variables that are passed to it by
> a form without using a CGI script?  In other words, is there something
> equivalent to the ASP script:
> 
><% localvariable = request("querystring") %>
> 
> Any help would be greatly appreciated...

I know you can use Python as the interpreter in ASP under MS
IIS, so there surely must be bindings that allow you to access
various objects containing data like you asked for.

-- 
Grant Edwards                   grante             Yow!  And furthermore,
                                  at               my bowling average is
                               visi.com            unimpeachable!!!



More information about the Python-list mailing list