Which statement accurately describes the behavior of the `$_REQUEST` superglobal in PHP?

PHP Intermediate Hard

PHP Intermediate — Hard

Which statement accurately describes the behavior of the `$_REQUEST` superglobal in PHP?

Key points

  • request_order directive controls $_REQUEST content
  • Default behavior is often misunderstood
  • Security implications of relying on $_REQUEST

Ready to go further?

Related questions