Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following global variables is used to get parameters?

  2. A.

     $HTTP_GET_VAR[]

    B.

     $HTTP_GET_VARS()

    C.

     $HTTP_GET_VARS

    D.

     $HTTP_GET_VARS[]

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The global variable $HTTP_GET_VARS[] is used to get parameters.


Be The First To Comment