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 is the integer?

575


Explain what is the difference between for and foreach?

534


Is empty function c++?

520


How to calculate the difference between two dates using php?

545


How to randomly retrieve a value from an array?

552






What is meant by ‘passing the variable by value and reference' in php?

529


What is alias in php?

552


Can php run without apache?

545


Where are the persistent cookies stored on your computer?

573


What is the w3c?

8550


Tell me how is it possible to return a value from a function?

552


Explain what is memcache?

508


Explain array_uintersect()?

588


What is the timeout period on session values?

568


How to join multiple strings stored in an array into a single string?

512