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
What is laravel php?
Explain what does the expression exception::__tostring means?
What are sql injections, how do you prevent them and what are the best practices?
What is singleton design pattern in php?
What do you mean range() in php?
What is a controller in programming?
What is the role of php?
What is php and what does it do?
Differentiate between php5 and php7?
How to calculate the length of a string?
How to redirect https to http url and vice versa in .htaccess?
When is a conditional statement ended with an endif?
What would occur if a fatal error was thrown in your php program?
What are the encryption techniques in php?
What is difference between core php and framework?