federico ramirez wrote:
> Hey, im working on a cgi script, just a simple news system.
> And im stucked with the login system.
> GOD! I hate being a noob!
> Well, this is the login page
>
>
> #!/usr/bin/python
>
> import cgi, dbm, string, Cookie
> import config
> r
federico ramirez wrote:
> Hey, im working on a cgi script, just a simple news system.
> And im stucked with the login system.
> GOD! I hate being a noob!
> Well, this is the login page
>
>
> #!/usr/bin/python
>
> import cgi, dbm, string, Cookie
> import config
> r
Hey, im working on a cgi script, just a simple news system.And im stucked with the login system.GOD! I hate being a noob!Well, this is the login page#!/usr/bin/python
import cgi, dbm, string, Cookieimport configrequest = cgi.FieldStorage()def loginform(): print ''