Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     $_GET[‘url’].

    B.

     $_SET[‘url’].

    C.

     $_GET[‘admin’].

    D.

     $_SET[‘admin’].

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    If an entry is being edited, you need to load the existing entry data and save each piece in a variable.


Be The First To Comment