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 x+ mode in fopen() used for?
Why does php need server?
Do csrf tokens expire?
Are static variables final?
How we can retrieve the data in the result set of mysql using php?
What are the Formatting and Printing Strings available in PHP?
What is composer install?
What is the timeout period on session values?
What is the difference between unset and unlink?
What is the definition of a session?
Tell me what should we do to be able to export data into an excel file?
How to make horizonatl menu and vertical menu responsive
What is the use of count() function in php?
How to track user logged out or not? When user is idle?
What is trim codeigniter?