Vidyalelo
PHP · Q54

HTML Forms Handling

Programming · PHP · question 54

Q54

To make the ImageHandler class portable you should create a separate file for it called __________

A.
imagehandler.inc.php
B.
images.inc.php
Answer
C.
handler.inc.php
D.
imghandler.inc.php

Answer: Option B

Solution

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