-
What will be the output of the following PHP code ?
<?php
print "Hello Interview Mania!<br>";
print "I'm about to learn PHP!";
?>
-
- I'm about to learn PHP!
- Error
- Hello Interview Mania!
- Nothing
- Hello Interview Mania!
I'm about to learn PHP!
Correct Option: E
Most of the properties of echo and print are same. Strings can contain HTML markup.