Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     URL of previous entry and URL of the entry you are working with

    B.

     The current page and previous page

    C.

     URL of previous entry and previous page

    D.

     The current page and URL of the entry you are working with

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Your function should look like this: function adminLinks($page, $url) { //Build admin links here }


Be The First To Comment