Skip to content

Instantly share code, notes, and snippets.

@cheapwebmonkey
Created May 23, 2015 15:56
Show Gist options
  • Save cheapwebmonkey/1ed6753ca23cf084ac9d to your computer and use it in GitHub Desktop.
Save cheapwebmonkey/1ed6753ca23cf084ac9d to your computer and use it in GitHub Desktop.
My name is... php + html
<?php
$name = "Slim Shady";
?>
<h1>My name is <?php echo $name; ?>.</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment