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

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

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

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

25.
([w-]+) will match ___________

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

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

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

29.
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 __________