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


Please Help Members By Posting Answers For Below Questions

What is the difference between nowdoc and heredoc?

528


What is faster in php?

576


What is a php web application?

489


Explain Booleans in PHP?

626


How do I display php errors?

511






Describe the security vulnerability of PHP?

606


Is php a cms?

526


What is binary safe string?

537


What is if isset ($_ post submit )) in php?

537


Tell me how is it possible to parse a configuration file?

503


What are the benefits of using php and mysql?

507


How do I update php?

572


What does a special set of tags do in php?

545


With a heredoc syntax, do I get variable substitution inside the heredoc contents?

637


Explain the ternary conditional operator in php?

598