Vidyalelo
PHP · Q11

Databases Handling

Programming · PHP · question 11

Q11

Which one of the following statements should be used to include a file?

A.
#include ‘filename’;
B.
include ‘filename’;
Answer
C.
@include ‘filename’;
D.
#include ;

Answer: Option B

Solution

Answer: Option B
Solution:
An example of this-