Overview of features
Home
Read this first
About
web2py is 100% free
Download
Start learning web2py today
Documentation
Authors and contributors
Staff
Affiliated companies
Support
Edit page
Title:
Security Code:
Body:
(use
this
wiki markup)
Use ``request.vars.your_variable`` both for GET and POST. If you try a variable that is not there, you get None, you do not get an Exception.