Login Form

kmsmgill at gmail.com kmsmgill at gmail.com
Fri Jan 19 09:00:20 EST 2007


Ghirai wrote:
> Hello python-list,
>
> I need to make a login form, if possible without cookies.
> Can anyone point me in the right direction? Or are there any
> examples?
>
> Thanks.
>
> --
> Best regards,
> Ghirai.

You'd do pretty good using the 'cgi' module, which is documented at
http://www.python.org/doc/lib/module-cgi.html

A quick web search found an example site for the cgi module:
http://www.cs.virginia.edu/~lab2q/lesson_7/

Don't be afraid to search for good examples on the web, adapt them, and
try them out on your own box. 

--Kevin




More information about the Python-list mailing list