ship ship, it worked.
class signup:
def GET(self):
print render.signup()
def POST(self):
i = web.input()
# username post info
user = i.username
# username post info
password = i.password
print user
# database stuff here to save the new user.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---