What is the diffrence between GET,POST and REQUEST Method.
Answer Posted / nikunj
GET : When you use this method then variables are view in
the addressbar. If you want security then don't use this
method. That mean in this method have not security. When
you passing value by this method then only 255 char you can
pass. Its useful when you want to bookmark page.
POST: When you passing value by this method then you can
not view value in addressbar of explorer. It is secure then
GET. This method have not any limit for passing value. You
can not bookmark link by this method. If you want to server
log then you can not get by using this method.
REQUEST: When you use GET and POST method then by REQUEST
method you can make request to server and get value of
variable.
| Is This Answer Correct ? | 36 Yes | 2 No |
Post New Answer View All Answers
What the difference between the 'bitwise and' operator and the 'logical and' operator?
What is zend studio for?
Can constructor be private in php?
Do you know what's the difference between __sleep and __wakeup?
What does the scope of variables means?
How do you check if an arraylist is empty?
What kind of things have you done on the social side?
Why php is used?
Which is useful for method overloading?
Is php front end or back end?
What function do we use to find length of string, and length of array?
How we can retrieve the data in the result set of mysql using php?
How do we get the current session id?
how to detect a mobile device using php
Why php script is not running in browser?