You are not logged in.

#1 2015-03-18 05:49:49

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

PHP statement

Question:
Trace the false statement?

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

Correct Answer is Option C):
Because the included code will be embedded in a PHP execution block, the PHP execution block, the PHP escape tags ( aren't required on the file to be included.


Failure is the first step towards seccess.

2015-03-18 05:49:49

Advertisement
Ads By Google

Re: PHP statement



\n

Board footer