Skip to content

Instantly share code, notes, and snippets.

@cheapwebmonkey
Created May 23, 2015 16:03
Show Gist options
  • Save cheapwebmonkey/aeab277cfb400573ac47 to your computer and use it in GitHub Desktop.
Save cheapwebmonkey/aeab277cfb400573ac47 to your computer and use it in GitHub Desktop.
Will the real...php + html
<?php
$name = "Slim Shady";
if ($name == "Slim Shady") { ?>
<?php echo "Will the real $name please stand up?";
};
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment