CSE :: PHP - CS
- When you are building administrative links you’ll need to accept two arguments, which of the following are they?
- Once your application can generate administrative links, you need to load those links into _________
- The URLs in the administrative links won’t mean anything to admin.php unless you modify _________
- The (|/) tells the server to match ___________
- ([w-]+) will match ___________
- You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one.
- To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________
- Your confirmation form submits your choice, via the _______ method, to ________
- 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 __________
- Which of the following DBMSs do not have a native PHP extension?