Which One Of The Following Statements Should Be Used To Include #281
Which one of the following statements should be used to include a file?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 Objects and Databases - PHP Databases - Quiz No.2.
Which one of the following statements should be used to include a file?
#include ‘filename’;
include ‘filename’;
@include ‘filename’;
#include <filename>;