Programming Languages PHP Objective
Mar 15, 2013

Trace the false statement.

Choose the correct answer:
A) Any code found within an included file will inherit the variable scope of the location of its caller
B) Because the included code will be embedded in a PHP execution block, the PHP execution block, the PHP escape tags (<?php?> aren't required on the file to be included
C) For the inclusion of remote files the allow-url-pope must be enabled ad URL wrapper must be supported
D) Including a file produces the same result as copying the data from the file specified into the location in which the statement appears.
Detailed Explanation

Option B is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback