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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to