Sr. PHP Programmer Question:
Download Questions PDF

What is the purpse $_REQUEST variable?

Answer:

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.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
What is the purpose of _LINE_ constant?What do you mean by having PHP as whitespace insensitive?