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
How to get no. of rows using MYSQL function?
How do I escape in php?
What is the current php version?
How to count a number of words in a string in php?
What are the benefits of using php?
Where are the persistent cookies stored on your computer?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is mean tnq
How php statement is different from php script?
What is difference between python and php?
Which is better get or post method?
How do you count numbers in php?
What does the unlink() function mean?
What is the importance of "action" attribute in a html form?
How do you check is php not empty?