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

Home » PHP » PHP Syntax » Question
  1. What will be the output of the following PHP code ?
    <?php
    echo "Hello Interview Mania"
    ?>
    1. Hello Interview Mania
    2. Error
    3. Nothing
    4. Hello Interview Mania in italics
    5. None of these
Correct Option: D

You can use tags like italics, bold etc. inside php script.



Your comments will be displayed only after manual approval.