Assignment31

Print.php

<?php

print("I am so happy to be a horned toad!");

print(
"<br><br>");

print(
"My favorite quote is 'In the end there can be only one.'");  

print(
"<br><br>");

echo 
"printing is easy with \"PHP Hypertext Prepocessor\".";
?>