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 CURL?
What is empty php?
What is the difference between get and post in php?
What new features php7 has in store for us?
Why is used in php?
Can php run on windows server?
How to create a mysql connection in php?
Which function Returns the time of sunrise for a given day / location in PHP.
What is static in php?
Explain what does $_server means?
How to pass an argument to a function?
How to set cookies?
What is restful api?
Which function would you use to insert a record into a database in php?
What is difference between rest and http?