Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  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. A.

     index.php

    B.

     function.inc.php

    C.

     database

    D.

     admin.php

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    If the function is successful, you send the user to the main page. If it fails, you stop execution of the script and display an error, letting the user know that something went wrong.


Be The First To Comment