Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: Re: Re: POST vs GET & their intermingling.

by boo_radley (Parson)
on Dec 29, 2000 at 22:51 UTC ( [id://48862]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    start_form() will return a <FORM> tag with the optional method, action
    + and form encoding that you specify. The defaults are: 
    
    ...
        action: this script
        enctype: application/x-www-form-urlencoded
    
  2. or download this
    method = get|post [CI] 
    This attribute specifies which HTTP method will be used to submit the 
    +form data set. Possible (case-insensitive) values are "get" (the defa
    +ult) and "post". See the section on form submission for usage informa
    +tion.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://48862]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-19 20:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found