?>"/>
Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. What will be the output of the following PHP code ?

    <?php

    <?php

    echo "Hello world";

    ?>

    ?>

  2. A.

     Hello

    B.

     Hello world

    C.

     Nothing

    D.

     Error

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    You can not have php tags inside a php tag.


Be The First To Comment