What is the diffrence between GET,POST and REQUEST Method.
Answer Posted / karthik
get method passing value just view address bar , post cant
view
get passing limit value, post pass large amount
if you used get or post method... retrive the value
through request method
| Is This Answer Correct ? | 36 Yes | 2 No |
Post New Answer View All Answers
What is the expansion of LAMP?
Is overloading possible in php?
What are the uses of explode() function?
Does php have future?
What is stripslashes php?
How do you identify independent and dependent variables in research?
Does php support function overloading?
Why php is better?
What are php applications?
Is php strongly typed?
What is the advantage of runtime polymorphism?
What is better .net or php?
How to support multiple-page forms?
What happens if an expected input field was not submitted?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?