What are the differences between Get and post methods in
form submitting, give the case where we can use get and we
can use post methods?
Answer Posted / mij
Use of Get Method:
The parameters from the form will appended to the
querystring. Sometimes, if the user want to bookmark a
page, this would be useful.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How to create a text file in PHP?
What is the use of mysqli_real_escape_string() function?
Explain PHP looping?
What is php and what does it do?
What is php string function?
What is csrf token and why it is required?
What is the use of curl()?
How To Get the Uploaded File Information in the Receiving Script?
What is the use of token in php?
How many data types are used by php?
How to return ascii value of character in php?
Is php front end?
What is the use of header() function in php?
What is a class in php programing?
What is good average session duration?