"> 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 "Hello Interview Mania<strong>I am learning PHP</strong>"
    ?>
    1. Hello Interview Mania
    2. Error
    3. Nothing
    4. I am learning PHP
    5. Hello Interview Mania I am learning PHP
Correct Option: E

"Hello Interview Mania" and "I am learning PHP" in bold



Your comments will be displayed only after manual approval.