<FORM ...>
<FORM ACTION="...">
METHOD=GET
METHOD =
GET
POST
METHOD specifies the method of transferring the form data to the web server. METHOD can be either GET or POST. Each method has its advantages and disadvantages.
METHOD