Skip to content

Instantly share code, notes, and snippets.

@holisticnetworking
Last active March 13, 2019 02:08
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 holisticnetworking/5f128c7a2f80a452967afec5639ef6ef to your computer and use it in GitHub Desktop.
Save holisticnetworking/5f128c7a2f80a452967afec5639ef6ef to your computer and use it in GitHub Desktop.
<?php
if( $person is in group Van and in group Musical ) {
echo "Well, hello, Eddie!";
} else {
// This block of code could address Vans who aren't Musical,
// Musical people who aren't Vans, and all Europeans.
//
// That's a very big, not very specific list!
echo "Hello, stranger!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment