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
How to connect to a url in php?
What is the difference between get and post in php?
How to Retrieve the Session ID of the Current Session?
What is $$ in php?
How can a cross-site scripting attack be prevented by php?
Can we extend multiple classes in php?
What is php namespace?
Tell me how to create a text file in php?
what is CURL?
What is difference between variable declaration and variable definition?
Steps for the payment gateway processing?
What is the best php framework 2018?
Is empty java?
How do I stop php artisan serve in windows?
What is php.ini & .htacess file?