Created
September 6, 2016 06:54
-
-
Save danyj/6db326913d4c1b0f0138b12abf584d23 to your computer and use it in GitHub Desktop.
Happy B-day!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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