![]() |
|
|
+ Search |
![]()
|
Aug 9th, 2000 21:13
unknown unknown, Richard Chamberlain
You can use the cgi module. There is an example of exactly that at: http://www.devshed.com/Server_Side/Python/CGI/page4.html You should probably read the whole article: http://www.devshed.com/Server_Side/Python/CGI/ A good place to start for these topics: http://www.python.org/topics/web/basic-cgi.html Specifically cgi.FieldStorage(). This returns a dictionary of values that have been passed by a form.