Which of the following global variables is used to get parameters?
A
$HTTP_GET_VAR
B
$HTTP_GET_VARS()
C
$HTTP_GET_VARS
D
$HTTP_GET_VARS
Correct Answer: $HTTP_GET_VARS
The global variable $HTTP_GET_VARS is used to get parameters.