-
What will be the output of the following PHP code ?
<?php
echo 'Hello Interview Mania';
<html>
Hello Interview Mania
</html>
?>
-
- Syntax Error
- Hello Interview Mania
- Hello Interview Mania
Hello Interview Mania - Hello Interview Mania Hello Interview Mania
- None of these
Correct Option: A
PHP Parse error: syntax error, unexpected '<', expecting end of file in source_file.php on line 3