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
What is $_ request?
How do you end a session in php?
What is the difference between require_once and require in php?
What is the function used to change the root directory in PHP?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
What is composer json?
What is the function file_get_contents() useful for?
What should be the length of variable for SHA256?
What is overriding in php?
What is Different between Joomla And Magento?
What are the correct and the most two common way to start and finish a PHP block of code?
What exactly is validating and sanitizing?
How to uploaded files to a table?
What is the best php framework 2018?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?