$_REQUEST is an array of all request variables.
a request var is a var passed in the url string, the headers, or in a cookie.
basically a request variable is any var that was supplied somehow by the user hence the name request.
search for $GET, $POST, or $_COOKIES