1.

Once your application can generate administrative links, you need to load those links into _________(a) php.ini(b) index.ini(c) index.php(d) start.phpThis question was addressed to me by my school teacher while I was bunking the class.This intriguing question comes from Updating and Deleting Entries in chapter Objects and Databases in PHP of PHP

Answer»

Right option is (C) index.php

To ELABORATE: You place your administrative LINKS only on the full display of an entry, so you must place the call to load information from adminLinks() WITHIN a conditional statement



Discussion

No Comment Found

Related InterviewSolutions