-
Your confirmation form submits your choice, via the _______ method, to ________.
-
- GET admin.php
- POST index.php
- POST admin.php
- GET index.php
- None of these
Correct Option: C
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.