Because your script could get data from user even in GET request. Have you ever seen URLs like "script?var1=value&var2=value"? That's the way how user could pass data to your script. Using web.input you could get values of var1 and var2
> why am i doing a web.input in the GET? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
