The script in the dynamic data section of the Web page template will check the value of the ____ array to determine which page to display, assuming the name being passed is ‘page'.

A. $_GET['page']
B. $_POST['page']
C. $_PAGE['page']
D. $SUBMIT['page']

Answer: A

Computer Science & Information Technology

You might also like to view...

Describe how tracking your assignments can be accomplished by a special ADT.

What will be an ideal response?

Computer Science & Information Technology

A protected member of a class may be directly accessed by __________.

a. methods of the same class b. methods of a subclass c. methods in the same package d. Any of these

Computer Science & Information Technology