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
What is php artisan serve?
What is $_ request?
Is facebook still written in php?
Which php framework is best for beginners?
Explain what are the two main string operators?
Who created numbers?
What is abstract class php?
Write a program to display reverse of any number?
How to find a substring from a given string in php?
What is prepared statement in php?
Code to upload a file in PHP?
Tell me what is the difference between get and post?
What is the Pipe Symbol represented?
Is it possible to extend the execution time of a php script?
Is php an object or array?