PHP $_REQUEST
PHP $_REQUEST is used to collect data submitted by HTML forms.
The example below shows a form with input fields and a submit button. When a user submits form data by clicking the submit button, the form data is sent to the script file specified in the action attribute of the