$_REQUEST Variable In PHP

Опубликовано: 21 Март 2026
на канале: Technical Tutorial
166
2

In this video we are going to discuss about $_REQUEST variable defined in PHP. The use of POST method & GET method we have seen. The PHP $_REQUEST variable contains the contents of both $_GET, $_POST and $_COOKIE. The PHP $_REQUEST is an associative array that can be used to get the result from form data sent with both the GET and POST methods. It is one of the super global variables maintained by the server.