What's diffrence between Get() and Post() Function
Answer Posted / prayas
well including all ,there is one more thing i.e
under GET()Method, we use Request.Querystring to acquire
the form info.But in POST()method,we use Request.Form to
acquire form info.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the changes in php versions?
How to repeat a string to a specific number of times in php?
How do you put a space in html?
What is a php trait?
Which software is used to run php programs?
Are parent constructors called implicitly inside a class constructor?
Is nan in javascript?
Does php have a future?
What are regular expressions in programming?
Why sessions are used in php?
What is difference between rest and http?
Do you have to initialize variables in php?
What is a query in php?
How many keywords are there in php?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);