Home » PHP » PHP MySQL Database » Question
  1. Once your application can generate administrative links, you need to load those links into _________.
    1. start.php
    2. php.ini
    3. index.ini
    4. index.php
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.