Examveda
Examveda

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 with

Answer: Option D

Solution(By Examveda Team)

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

This Question Belongs to PHP >> Databases Handling

Join The Discussion

Related Questions on Databases Handling