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 pdo in php why use?

490


Explain $_FILES Superglobal Array?

581


Which is correct about mysqli and pdo?

562


> symbol is used to redirect the output of a command. State Whether True or False?

649


Differentiate between require and include?

535






Is python similar to php?

540


What is a php tag?

518


What is overloading and overriding in oop?

553


What are the difference between overloading and overriding in oops?

535


Is age an interval or ratio?

545


What is the difference between print() and echo()?

573


Tell me is it possible to remove the html tags from data?

526


Does facebook use php framework?

552


Write a program in php to find the occurrence of a word in a string?

622


How can we get ip address of a client in php?

535