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
How to delete cookie files on your computer?
Can we use session in mvc?
What is beforeRender() used?
What are php errors?
What are the characteristics of php variables?
Does php support multithreading?
What are the method available in form submitting?
What is strcmp?
What is the difference between print() and echo() in PHP?
Where php basically used?
Is it more secure to use cookies to transfer session ids?
How to find current date and time?
Explain $_FILES Superglobal Array?
How do I expire a php session after 30 minutes?
What is a definer in mysql?