Skip to content

Instantly share code, notes, and snippets.

@jdibiccari
Created October 2, 2014 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdibiccari/e36c70609e2cc402abd8 to your computer and use it in GitHub Desktop.
Save jdibiccari/e36c70609e2cc402abd8 to your computer and use it in GitHub Desktop.
php_variable
<?php
$myName = "Janel";
echo "<h3>" . $myName . " loves Shapeways.</h3>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment