Home » PHP » PHP MySQL Database » Question
  1. To make the ImageHandler class portable you should create a separate file for it called __________.
    1. handler.inc.php
    2. imghandler.inc.php
    3. images.inc.php
    4. imagehandler.inc.php
    5. None of these
Correct Option: C

You save this file in the inc folder (full path: /xampp/htdocs/simple_blog/inc/images.inc.php).



Your comments will be displayed only after manual approval.