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 __________
A
index.php
B
function.inc.php
C
database
D
admin.php
Correct Answer: database
If the function is successful, you send the user to the main page. If it fails, you stop the execution of the script and display an error, letting the user know that something went wrong.