Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     GET index.php

    B.

     GET admin.php

    C.

     POST index.php

    D.

     POST admin.php

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    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.


Be The First To Comment