What is the importance of "method" attribute in a html form?



What is the importance of "method" attribute in a html form?..

Answer / Abhinav Awasthi

The 'method' attribute in an HTML form specifies how the data is sent to the server. The most common values are 'get' (appends data to the URL) and 'post' (sends data as part of the HTTP request body).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What are the different ways to login to a remote server?

1 Answers  


What is the integer?

1 Answers  


What is difference between session_unset and session_destroy?

1 Answers  


This is regarding file uploading. 1. Who will be the owner of the uploaded file ? 2. What permission you will give for an uploaded file ? 3. What is mean by user, group and others and what kind of permission you will give for each user and explain the reason?

1 Answers   IBM,


What is the best php version for wordpress?

1 Answers  


What is htmlspecialchars?

1 Answers  


What is rtrim php?

1 Answers  


how to insert, update data in database

4 Answers  


What are traits?

1 Answers  


What is the name of scripting engine in php?

1 Answers  


What is list function with their uses.

1 Answers  


What is the scope of a variable defined outside a function?

1 Answers  


Categories