1.

To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________(a) index.php(b) index.ini(c) admin.php(d) .htaccessI have been asked this question in homework.Question is from Updating and Deleting Entries topic in portion Objects and Databases in PHP of PHP

Answer»

The correct choice is (c) admin.php

Explanation: In admin.php, you check WHETHER $_GET[‘page’] == ‘delete’, then PASS the ENTRY URL to be DELETED to a FUNCTION.



Discussion

No Comment Found

Related InterviewSolutions