Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Last active December 20, 2015 21:59
Show Gist options
  • Save LinzardMac/6201894 to your computer and use it in GitHub Desktop.
Save LinzardMac/6201894 to your computer and use it in GitHub Desktop.
<?php
echo ' . $myvar. </br>';
echo ' </br>';
echo ' </br>';
echo ' . $myvar2. </br>';
?>
but I need to use it like this:
<h2> <?php echo $myvar; ?> </h2>
<h2> <?php echo $myvar2; ?> </h2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment