[mod_python] Accessing all form fields, empty strings or not

François Heredero - Top Music SA fheredero at topmusic.ch
Fri May 21 18:28:13 EDT 2004


> With the CGI module, I use :
>
> form = cgi.FieldStorage()
> mytext = float(form.getfirst("text", ""))

oopps sorry :

mytext = form.getfirst("text", "")

François



More information about the Mod_python mailing list