Examveda
Examveda

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

A. index.php

B. index.ini

C. admin.php

D. .htaccess

Answer: Option C

Solution(By Examveda Team)

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

This Question Belongs to PHP >> Databases Handling

Join The Discussion

Related Questions on Databases Handling