Skip to content

Instantly share code, notes, and snippets.

@hipsterjazzbo
Created January 20, 2015 07:52
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 hipsterjazzbo/e9e4ee4f8cab765c0638 to your computer and use it in GitHub Desktop.
Save hipsterjazzbo/e9e4ee4f8cab765c0638 to your computer and use it in GitHub Desktop.
Proper formatting
<?php
$myStarSign = "Gemini";
if ($myStarSign == "Taurus") {
echo "Me too!";
} elseif ($mystarsign == "nah") {
echo "your dumb!";
} else {
echo "Too bad so sad...";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment