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
What does csrf token mean?
Explain Whitespace Characters?
What is cakephp framework?
How to get a total number of rows available in the table?
What is the correct and the most two common way to start and finish a php block of code?
What are advantages of .htaccess?
Inside a php function, what param needs to be set in order to access a global variable?
Explain the difference between php4 and php5.
What is $_ request in php?
Why do we use htaccess
How does php sessions work?
Tell me what is pear?
How cookies are trported from browsers to servers?
Explain what is the difference between for and foreach?
How is the ternary conditional operator used in php?