Thanks for the insight, Dave.  I've just always used POST, and I know there
are some cases when you want to use GET, but I'm not clear on why.  What's
the difference?  (In practical terms, that is).

Regards,

Karl Simanonok

Dave Watts wrote:

> > 1) If you don't put METHOD="post" (I suppose METHOD="get"
> > works too) in your opening FORM tag, the form variables get
> > passed in the URL instead of the form. Goofy, huh?
>
> If you use METHOD="GET", your variables will be passed via the URL.
> Variables within the Form scope have been received from the browser via a
> POST.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to