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 is php stack?
Can I use php in html?
Explain about the $_GET variable of PHP?
How to submit form without a submit button.
What is the difference between a session and cookies?
Tell me what are the __construct() and __destruct() methods in a php class?
What is a controller in programming?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
What types of Data Can Be Used as Array Keys?
Is php front end or back end?
What is echo in html?
What is the timeout period on session values?
Will php die?
What are the features of php 7?
What is the difference between $name and $$name?