Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ What is the use of $_REQUEST variable?

The PHP $_REQUEST variable contains the contents of both $_GET, $_POST, and $_COOKIE. We will discuss $_COOKIE variable when we will explain about cookies. The PHP $_REQUEST variable can be used to get the result from form data sent with both the GET and POST methods.

 135 views

More Questions for you: