Skip to content

Instantly share code, notes, and snippets.

@zachseifts
Created November 8, 2013 19:13
Show Gist options
  • Save zachseifts/7375983 to your computer and use it in GitHub Desktop.
Save zachseifts/7375983 to your computer and use it in GitHub Desktop.
<?php
if ($something) {
// Do something
if ($other_statment) {
// Do something else
}
else {
// Do something
}
}
else {
// Do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment