Q56
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[]
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
The global variable $HTTP_GET_VARS[] is used to get parameters.