[python-win32] cgi fieldstorage

kNish singhai.nish at gmail.com
Fri Nov 16 09:43:12 CET 2007


Hi,

       to get a text field value from a php page, getvalue function is used.

       .
       .
       form = cgi.FieldStorage()
       artist = form.getvalue('artist')


       To get a value from a drop down box, what function should be used.


bRgds,


kNish


More information about the python-win32 mailing list