what is the difference between GET and POST?
Answer Posted / nikunj
GET :
- GET method have not security because of data view in
addressbar. For ex: we can not use this method for checking
login
- We can bookmark link with this method
- Server can log all action
- because of server log, we can pass 255 char. as query
string
POST:
- POST method have security of data.
- We can not bookmark page link
- We can pass unlimited data by this method as query string
| Is This Answer Correct ? | 149 Yes | 16 No |
Post New Answer View All Answers
Which is better #define or enum?
What is csrf cookie?
How to break a file path name into parts?
Is php a cms?
Can you extend a final defined class?
How do I escape in php?
How can you propagate a session id?
How do I stop php artisan serve in windows?
What is difference between compile time and run time polymorphism?
Does php support multiple inheritances?
What is the difference between echo, print and printf()?
What is the phpstorm?
What are the benefits of using php?
What is session cookies php?
Which character is used to match exactly one character?