can't get cgi values

Fredrik Lundh fredrik at pythonware.com
Mon Nov 27 13:40:36 EST 2006


ronrsr wrote:

> I'm having trouble extracting cgi parameters in my code - this is a web
> application, so I only know the line that's causing the problem.

seen this:

     http://docs.python.org/lib/module-cgitb.html

?

>      temp = str(form("citation").value)

did you perhaps mean form["citation"] ?

</F>




More information about the Python-list mailing list