What is deffience betwwen get() , Post , Request()

Answer Posted / viranjaneyulu.nagasarapu

there methods are same as to reading values from html in php.
1.get():- using get method,u can able to see values what
sending and u can send little bit data only.
2.post():-using post method,u not able to see values what
sending and u can send data as well as files and images
only,it's more secure compare to get and request.
3.request():-using request method ,u can reading values from
useing weather get or post method.

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the common uses of php?

546


What is "print" in php?

518


What's the best method for sanitizing user input with php?

483


Do you know what is the difference between the include() and require() functions?

501


How to create a public static method in PHP?

546






Which one is best framework for php?

494


What is the function file_get_contents() useful for?

479


How to randomly retrieve a value from an array?

545


What sized websites have you worked on in the past?

527


Is it more secure to use cookies to trfer session ids?

511


Does strlen include null?

570


Which is true about the singleton design pattern?

547


Tell me how would you declare a function that receives one parameter name hello?

529


What is a php tag?

515


What are the advantages and disadvantages of cascade style sheets?

660