Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________

  2. A.

     index.php

    B.

     index.ini

    C.

     admin.php

    D.

     .htaccess

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    In admin.php, you check whether $_GET[‘page’] == ‘delete’, then pass the entry URL to be deleted to a function.


Be The First To Comment