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
Why php 7 is faster?
What is $_session in php?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
Why does php start with variables?
Write a program to display reverse of any number?
How many types of php frameworks are there?
How does firefox manage cookies?
What are the php variables?
How I can control asset documents without GR/IR?
Which php framework is in demand?
What are the advantages of triggers in php?
What are access specifiers?
What is php mainly used for?
How to remove duplicate values from array using php?
Why do we use hooks?