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
What is the use of mysql_real_escape_string() function?
What are the steps involved to run php?
What is cookie and session in php?
What is cookie and why do we use it?
How do you execute a php script from the command line?
What is empty php?
Is PHP an open source software?
Tell me what type of operation is needed when passing values through a form or an url?
How long do php sessions last?
What is isset post?
how to track user logged out or not? when a user is idle?
What is laravel php?
What are the Formatting and Printing Strings available in PHP?
What is data type in php?
What is uniqid php?