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 are the 3 types of sessions?
Write a program using while loop?
What is the difference between session_unregister() and session_unset()?
What is the apache?
What is php default argument?
Is c similar to php?
What is a helper function?
How we can retrieve the data in the result set of mysql using php?
What is str_replace()?
How do you create an array in php?
What is good average session duration?
Php error constants and their descriptions
How do you pass a variable by value in php?
What is meant by urlencode and urldecode?
What is array function in javascript?