Sr. PHP Programmer Question:
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.
Previous Question | Next Question |
What is the purpose of _LINE_ constant? | What do you mean by having PHP as whitespace insensitive? |