what is the function of get method in form .
Answers
Answered by
0
Hey,
Please complete your question so that we can help you in any possible way...
Please complete your question so that we can help you in any possible way...
Answered by
0
<form method=”GET”> is the function of the GET method in form which tells the web browser to end the data from the webpage to the server on where the website is built or in any other different server.
If you specify a value of GET, it means the form contents will be added to the end of the URL with the help of the browser.
Similar questions