Describe how to use methods in a form - give examples of using both method types.

What will be an ideal response?


Using get or post:The method you will specify in your form is often defined by the programmers who create the script that processes the form data. The difference between get and post is the way the data is sent to the server.method="get"The get method sends the form information by including it in the URL. The data is not secure and should not be used for passwords or other confidential information. method="post"The post method sends the form information securely to the server within the message body, so the data is not visible. This is the more common method for sending form data.

Computer Science & Information Technology

You might also like to view...

Input can be supplied by a person or by the environment, but not by another computer.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Write SQL query (5.10), and query (5.11), using TRC and DRC.

What will be an ideal response?

Computer Science & Information Technology

All layouts contain placeholders.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The intersection of a row and a column in the Graph Data window is called a(n) ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology