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 are escaping characters?
Is empty in php?
Explain about a search-friendly site looks like?
Tell me how to initiate a session in php?
How does csrf attack work?
Does session expire on closing browser?
What would occur if a fatal error was thrown in your php program?
How to get complete current page url in php?
What is static in php?
Do loops php?
what the new feature add in php 7.2?
Is key exist in array php?
What language is similar to php?
Write down the code for saving an uploaded file in PHP.
Does apache use php?