Vidyalelo
JavaScript · Q56

Caching And Debugging

Programming · JavaScript · question 56

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[]
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The global variable $HTTP_GET_VARS[] is used to get parameters.