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

Is php front end or back end?

511


How can you submit a form without a submit button?

529


Is array empty php?

504


Can age be a variable?

519


Explain the visibility of the property or method?

571






How does api connect to database?

560


What is the use of namespace in php?

554


What is a php object?

507


Explain php parameterized functions.

560


Which php global variable is used for uploading a file?

510


How to convert strings in hex format?

562


What is the function func_num_args() used for?

531


Does strlen include null?

582


How do I expire a php session after 30 minutes?

534


Explain what are psrs?

508