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
How to read a file in php?
How can I embed a java program in php file and what changes have to be done in php.ini file?
How to convert strings in hex format?
Are php short tags acceptable to use?
How does csrf attack work?
Explain the importance of the function htmlentities.
What is the Pipe Symbol represented?
Which is better #define or enum?
What is associative array in php?
What are variables in research examples?
How long is a php session valid?
What is orm in php framework?
What is different types of visibility?
What’s the special meaning of __sleep and __wakeup?
Is it possible to extend the execution time of a php script?