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


Please Help Members By Posting Answers For Below Questions

What is php artisan serve?

600


What is $_ request?

601


Is facebook still written in php?

645


Which php framework is best for beginners?

606


Explain what are the two main string operators?

593






Who created numbers?

611


What is abstract class php?

592


Write a program to display reverse of any number?

580


How to find a substring from a given string in php?

601


What is prepared statement in php?

657


Code to upload a file in PHP?

637


Tell me what is the difference between get and post?

549


What is the Pipe Symbol represented?

707


Is it possible to extend the execution time of a php script?

595


Is php an object or array?

596