---------- Forwarded message ---------- Date: Mon, 7 Aug 2006 00:28:50 -0700 (PDT) From: anil maran <[EMAIL PROTECTED]> To: Danny Yoo <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
