Skip to content

Instantly share code, notes, and snippets.

@physicscatalyst
Created June 18, 2014 00:24
Show Gist options
  • Save physicscatalyst/24103c41ab2a1aa0b3e4 to your computer and use it in GitHub Desktop.
Save physicscatalyst/24103c41ab2a1aa0b3e4 to your computer and use it in GitHub Desktop.
echo with single quotation mark
<?php
echo '!I am echo construct!';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment