My Report

PHP Database Test – 3


Correct Answer: 2 points | Wrong: -1 point
Grades: A* (100% score) | A (80%-99%) | B (60%-80%) | C (40%-60%) | D (0%-40%)
advertisement

1. When a user confirms that he wishes to delete an entry, that entry's URL is passed to a function which removes the entry from the __________

2. Your confirmation form submits your choice, via the _______ method, to ________

3. You need to check whether ______ is set, to determine whether you're editing an entry or creating a new one.

4. The (|/) tells the server to match ___________

5. The URLs in the administrative links won't mean anything to admin.php unless you modify _________

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

7. ([\w-]+) will match ___________

8. Once your application can generate administrative links, you need to load those links into _________

9. To declare the function to confirm the deletion you need to add the code to __________

10. When you are building administrative links you'll need to accept two arguments, which of the following are they?


 

Start practicing “1000 MCQs on PHP”, and once you are ready, you can take tests on all topics by attempting our “PHP Test Series”.

Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.