Home » PHP » PHP Syntax » Question
  1. What will be the output of the following PHP code ?
    <?php
    echo 'Hello Interview Mania';
    <html>
    Hello Interview Mania
    </html>
    ?>
    1. Syntax Error
    2. Hello Interview Mania
    3. Hello Interview Mania
      Hello Interview Mania
    4. Hello Interview Mania Hello Interview Mania
    5. None of these
Correct Option: A

PHP Parse error: syntax error, unexpected '<', expecting end of file in source_file.php on line 3



Your comments will be displayed only after manual approval.