Skip to content

Instantly share code, notes, and snippets.

@danyj
Created September 6, 2016 06:54
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 danyj/6db326913d4c1b0f0138b12abf584d23 to your computer and use it in GitHub Desktop.
Save danyj/6db326913d4c1b0f0138b12abf584d23 to your computer and use it in GitHub Desktop.
Happy B-day!
$AndreiBday = '9-26-2016';
if ( date("m-d-Y") == $AndreiBday ) {
echo 'HAPPY BDAY';
} else {
echo 'Sh*t I\'m in trouble';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment