[Tutor] help regarding forms... (fwd)

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Mon Aug 7 16:53:04 CEST 2006



---------- Forwarded message ----------
Date: Mon, 7 Aug 2006 00:28:50 -0700 (PDT)
From: anil maran <anilmrn at yahoo.com>
To: Danny Yoo <dyoo at hkn.eecs.berkeley.edu>
Subject: Re: [Tutor] help regarding forms...

dear danny yoo
thanks a lot for replying
can you explain post methods and actions
i wasnt able to find out how it works
thanks a lot
sincerely
anil

Danny Yoo <dyoo at hkn.eecs.berkeley.edu> wrote:

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/


  __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


More information about the Tutor mailing list