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
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32
