what is the difference between GET and POST?

Answer Posted / ashish kumar &amit kumar

Get is the method to send the data in very fast but it is
not secure . This data is submited as a part of url,it can
stoe only 18 from veriable.
post is the method to send the data in slow rate at compare
to get() method. It is secured than get(). data is not
visible in the url,it can post unlimited from varible.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to register a variable in PHP session?

527


What is trim function in php?

619


Why constructor is not overridden?

546


What is the use of the function 'imagetypes()'?

551


What is php call function?

506






Explain the types of string comparision function in PHP

516


Can I use php in html?

563


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

537


What is polymorphism?

2071


What is php data type?

527


What is uniqid php?

578


What is a persistent cookie in php?

542


How is it possible to return a value from a function?

542


What new features php7 has in store for us?

571


How does cookies work in php?

532