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
Where are cookies stored php?
Do you know what is the use of rand() in php?
What changes I have to do in php.ini file for file uploading?
How to remove duplicate values from array using php?
What are the functions to be used to get the image's properties (size, width and height)?
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
Tell me in php, objects are they passed by value or by reference?
How can you get the size of an image in PHP?
Explain me is multiple inheritance supported in php?
What is api laravel?
Does php class need constructor?
Tools used for drawing er diagrams?
How do I get csrf token?
CWD is a type of shell variable. State Whether True or False?
Is time a dependent variable?