Skip to content

Instantly share code, notes, and snippets.

@Peleke
Last active January 4, 2019 22:12
Show Gist options
  • Save Peleke/1f02b0833eba6f40ff53aff3d6e3a794 to your computer and use it in GitHub Desktop.
Save Peleke/1f02b0833eba6f40ff53aff3d6e3a794 to your computer and use it in GitHub Desktop.
<?php
$html = <<<EOT
<h1>Hello, world.</h1>
EOT;
echo $html;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment