InterviewSolution
Saved Bookmarks
| 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 |
|