"> What will be the output of the following PHP code ?<?phpecho

Home » PHP » PHP Echo/Print » Question
  1. What will be the output of the following PHP code ?
    <?php
    echo "This is <i>Interview Mania</i>";
    ?>
    1. This is Interview Mania
    2. This is
    3. Interview Mania
    4. Error
    5. None of these
Correct Option: A

This is Interview Mania



Your comments will be displayed only after manual approval.