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
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
Can I use php in visual studio?
How to read the entire file into a single string?
How to find datatype of variable in php?
What does $this do in php?
How to set session.gc_maxlifetime properly?
What are examples of independent and dependent variables?
Which php mvc framework is best?
Write a program using while loop in php?
What can php do?
Why is node js better than php?
Is null function in php?
What is default session time in php?
How does php session work?
Why php is sometimes called as embedded scripting language?