1.

When you are building administrative links you’ll need to accept two arguments, which of the following are they?(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 withThis question was posed to me during an online interview.The origin of the question is Updating and Deleting Entries topic in section Objects and Databases in PHP of PHP

Answer»

The correct CHOICE is (d) The current PAGE and URL of the ENTRY you are working with

Easiest explanation: Your function should look like this:



Discussion

No Comment Found

Related InterviewSolutions