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 |
What are the different ways to login to a remote server?
What is the integer?
What is difference between session_unset and session_destroy?
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?
What is the best php version for wordpress?
What is htmlspecialchars?
What is rtrim php?
how to insert, update data in database
What are traits?
What is the name of scripting engine in php?
What is list function with their uses.
What is the scope of a variable defined outside a function?