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.