What is the diffrence between GET,POST and REQUEST Method.

Answer Posted / sowmya m n

Get Method:in get method data is append in url and
information will appear in
URL hence it is not secure method to send data however
processing is fast in
get method and it can transfer only256 char, limited number
of data.
Post Method: Post method is secure as compared to get method
since it does not
appear in url and u can transfer unlimited number of data
but processing is
very slow as compared to get method. Now another thing is
that when you have
to upload some data u should have to use post method.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between null and empty?

751


What is difference between action hook and filter hook?

651


Why laravel is the best php framework in 2019?

700


Can I use php in visual studio?

718


How does php serialize work?

686


How to join multiple strings stored in an array into a single string?

708


List data types in PHP?

702


What is php rest api?

730


What is the difference between $name and $$name?

719


What is call by reference in php?

727


Which function is used in php to delete a file?

743


What is htmlspecialchars?

730


How to fix "headers already sent" error in php

719


What are escaping characters? Explain with an example?

705


How to include a file to a PHP page?

747