Vidyalelo
PHP · Q28

Databases Handling

Programming · PHP · question 28

Q28

Your confirmation form submits your choice, via the _______ method, to ________

A.
GET index.php
B.
GET admin.php
C.
POST index.php
D.
POST admin.php
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
To process this, you need to add an additional block of code to the top of admin.php that determines what choices you’ve made and act accordingly.