-
-
Save sirkitree/1110782 to your computer and use it in GitHub Desktop.
PHP Learning
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<p> Jeff Buckley is playing on the radio, and I like it. </p> | |
<p> It's John's birthday. He's so old! </p> | |
<?php print "Jerad said, \"Awesome!\" in response to my last assignment."; ?> | |
<?php print 'But this one I didn\'t quite get at first.'; ?> | |
<p> Using Github to host these code snippets will work well. </p> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ahh- I see!! I actually had the the top red line right at first but then I changed it cause I thought it was only with single quotes. Sweet. Thanks for clarifying Jerad