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
What is a php 5?
What are the advantages of stored procedures?
What are the differences between echo and print?
Which functions are used to count the total number of array elements in php?
What is php glob?
Does php support function overloading?
What are variables in research examples?
How to access a global variable inside a function?
Is nan in php?
How is it possible to remove escape characters from a string?
What is $_ get?
How many escape sequences are recognized in single-quoted strings?
How come the code works, but doesn’t for two-dimensional array of mine?
What is the function mysql_pconnect() usefull for?
What are the advantages of triggers in php?