Home » PHP » PHP MySQL Database » Question
  1. To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________.
    1. admin.php
    2. .htaccess
    3. index.ini
    4. index.php
    5. None of these
Correct Option: A

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



Your comments will be displayed only after manual approval.