what is the difference between GET and POST?

Answer Posted / shivanshu

In GET method
- data is submitted as a part of url
- data is visible to the user
- it is not secure but fast and quick
-It use Stack method for passing form variable
- it can store only 18 form variale

In POST method
- data is submitted as a part of http request
- data is not visible in the url
- it is more secure but slower as compared to GET
- it use heap method for passing form variable
- it can post unlimited form variable

Is This Answer Correct ?    29 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to store the uploaded file to the final location?

512


Where is session value stored php?

531


What is active record in php?

476


How do you explain independent and dependent variables?

489


List functions available to sort an php array?

541






What is smarty?

495


What is an object in php?

547


What are the methods to submit form in php?

523


What are the uses of explode() and implode() functions?

531


Explain Booleans in PHP?

626


How does the identity operator === compare two values?

668


Which framework is best for php?

499


What are the two most common ways to start and finish a php block of code?

623


What percentage of websites use php?

502


What is the purpose of php?

541