[Tutor] help regarding forms...

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Sun Aug 6 22:17:44 CEST 2006



On Sat, 5 Aug 2006, anil maran wrote:

> http://localhost/newtodo?category=
>
> can one of you guys explain what this is

Hi Anil,

Are you taking some kind of internet web-development class?  You seem to 
be asking a lot of web-development questions.  In the absence of context, 
I'm not sure what to do other than to point you to the standard RFC on 
Uniform Resource Locators:

     http://www.faqs.org/rfcs/rfc1738.html

and see if that addresses your question.


> class todo:
>       def GET
>
> and
> class newtodo:
>       def POST:


Have you looked at any Python CGI tutorials yet?

     http://www.devshed.com/c/a/Python/Writing-CGI-Programs-in-Python/


More information about the Tutor mailing list