what is the difference between GET and POST?
Answer Posted / 111
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 ? | 19 Yes | 8 No |
Post New Answer View All Answers
What is the use of limit in mysql?
How to call a php function from another php file?
How do you destroy a session?
How does php serialize work?
How to access standard error stream in PHP?
Does php 5 support exceptions?
What are php applications?
What is default session time and path in php?
What does sign mean php?
What is the use of callback in php?
Should I learn php before wordpress?
What is difference between print_r and echo in php?
What does a special set of tags do in php?
What is laravel php?
Is nan in javascript?