Which statement correctly describes the behavior of the `$_REQUEST` superglobal?

PHP Intermediate Medium

PHP Intermediate — Medium

Which statement correctly describes the behavior of the `$_REQUEST` superglobal?

Key points

  • $_REQUEST aggregates input from multiple sources
  • Includes GET, POST, and COOKIE data
  • Behavior is influenced by php.ini settings

Ready to go further?

Related questions