Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     #include ‘filename’;

    B.

     include ‘filename’;

    C.

     @include ‘filename’;

    D.

     #include ;

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    An example of this-


Be The First To Comment