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
How can you upload a file using php?
What are php magic methods/functions?
Explain converting an object?
Explain how is it possible to set an infinite execution time for php script?
What is split function in php?
What do you mean range() in php?
Can I learn php without knowing c?
Steps for the payment gateway processing?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
Can you extend a final defined class?
How do you pass a variable by value?
What is the use of rand() in php?
What is a persistent cookie in php?
How do I know my xampp version?
What is the use of is_array() and in_array()?