it is an associative array that contain the contents of $_GET,$_POST,$_COOKIE
$_REQUEST is used to collect data from the input field
See the example below
Suppose you have an input element in you html form
This you can access after submitting through as