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 / prashanth
The get method is faster than post method because the get
method is no need to submit the data to the web-server.
but with the post method the data is to submit in to the
web-server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are encryption functions in php?
How to create a table to store files?
What does == mean in php?
What is the function func_num_args() used for?
How do I run a php file?
Explain the difference between static and dynamic websites?
what is constructor
How to assigning a new character in a string using php?
How does php session work?
How to write php function in html onclick?
How does firefox manage cookies?
Are react hooks stable?
How many days will it take to learn php?
What is in a cookie?
How do I get csrf token?