what is the difference between GET and POST?

Answer Posted / deepinder

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

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

Is This Answer Correct ?    208 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do while loops php?

505


What is isset in php?

519


How do you destroy a session?

501


How many types of array are there in php?

570


How to compare two strings with comparison operators in php?

528






What is return value in php?

512


Why do we use polymorphism in php?

537


Explain the casts allowed in PHP?

580


How can we connect to a mysql database from a php script?

527


What is the use of ajax in php?

507


Can you use php and javascript together?

555


What are the different ways to login to a remote server?

479


What is php mean?

556


How can you compare objects in php?

496


What is putenv?

560