Which variable is used to collect form data sent with both the GET and POST methods?
A
$_BOTH
B
$REQUEST
C
$_REQUEST
D
$BOTH
Correct Answer: $_REQUEST
In PHP the global variable $_REQUEST is used to collect data after submitting an HTML form.