Skip to content

Instantly share code, notes, and snippets.

@toddota
Created July 26, 2011 15:57
Show Gist options
  • Save toddota/1107086 to your computer and use it in GitHub Desktop.
Save toddota/1107086 to your computer and use it in GitHub Desktop.
PHP Learning
<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.'; ?>
<p> Using Github to host these code snippets will work well. </p>
</body>
</html>
@toddota
Copy link
Author

toddota commented Jul 26, 2011

The escape only applies to single quotes, not double quotes?

@sirkitree
Copy link

Almost - checkout out my fork here: https://gist.github.com/1110782

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment