Which one of the following statements should be used to include a file?
(a) #include ‘filename’;
(b) include ‘filename’;
(c) @include ‘filename’;
(d) #include <filename>;
This question was addressed to me in my homework.
Asked question is from Working with Databases-2 in portion Objects and Databases in PHP of PHP